commit | 098e2e20df53be7371025ef4f1e35d4270806ab4 | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Tue Jul 25 14:56:05 2023 -0700 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Wed Jul 26 14:51:58 2023 -0700 |
tree | add11a1d5db193743e112d8782a5c0efd90346a4 | |
parent | e04925048e4f8ee568ae0ab0fafd7edde6a34500 [diff] |
Document latest functionalities global-refdb update-ref and localrefdb had not been documented. Change-Id: I6c0cf34f921a0956518c2666ec43dd61644c4cd9
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.