commit | 2cd74af05f0de8df009c65f70b03f2967d1f0610 | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Thu Jan 25 14:21:09 2024 -0800 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Tue May 14 13:56:27 2024 +0000 |
tree | 8fcabdc1dc61a436078dbba0a6587ddf677ea83c | |
parent | ae03797b938ee9aabe84d1a298ae544e18f827b3 [diff] |
File name needs version Without it it's not loaded correctly, i.e. "Gerrit print Loaded plugin stale-packed, version refs" while starting up Change-Id: I92668d48905486279e014e82935ea0b5c178768f
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.