commit | d5c5b208030df86cf01f48176db6d3b4bf66028f | [log] [tgz] |
---|---|---|
author | Khai Do <zaro0508@gmail.com> | Fri May 20 10:02:29 2016 -0700 |
committer | Khai Do <zaro0508@gmail.com> | Fri May 20 14:38:26 2016 -0700 |
tree | 9345122b9dec37c0aae2793bd43381ee053c3e44 | |
parent | 9a10a2b24f4c5e7fa86eea0414e2bfb4b5a36d68 [diff] |
restrict access to admin scripts Only allow users in the Administrator group to run these commands Change-Id: Id3b2fc998f2a985e588286b6b3bbfa7e8f5bb411
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.
In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.
Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.