commit | dd017b8e77622fdc17323d5bcf7852407d636721 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jun 01 23:57:55 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jun 02 08:09:11 2023 +0100 |
tree | aa9d0a411b8c1dd46d90cf4b5b7c8ed4876a819d | |
parent | c24049262c4bb669ae11cd7e473358df38c04f1c [diff] |
Add Gerrit multi-primary utilities Change-Id: I99d58dd6a1bf14edb8456b8454f287b71287e0a4
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.