commit | fdf6872dd5d042f2e4958793804bd9eb2366aa9a | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 22:23:42 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Aug 13 14:39:57 2025 -0700 |
tree | 6e66a1a70d7a90459b175f57900bc0a52e22d91c | |
parent | 1f2660ac3bb7c5e79151783f31a60c51569dfb7c [diff] |
Fix documentation formatting of users tracking script Change-Id: Ia3497fd6f6e8a156dacd97ecc746230d239bce37
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.