commit | d3e52c155470572dd802ea271d77443693752feb | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Wed Jul 26 10:44:29 2023 -0700 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Wed Jul 26 22:01:54 2023 +0000 |
tree | c4587ef1eba44f65b13135868abc2e1fc11f44bd | |
parent | 098e2e20df53be7371025ef4f1e35d4270806ab4 [diff] |
Correctly filter out user-edit refs startsWith doesn't want a regex, rather just a string. Change-Id: I4b66e501cf6dd3031c09f4007d4553426f593b33
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.