commit | 6374bb60f7ea35a22e11e9f86303e02c40b0c3fb | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Mar 03 16:05:34 2016 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Mar 04 11:13:12 2016 +0000 |
tree | 3711e0a7c1c25f2c1f2ddbf504add99293e02681 | |
parent | 806e7254a3f9dfee4b8c5155d1c616a630693405 [diff] |
Factor out the stdout.println/flush pattern When executing the warm-cache for projects, we can factor out the println and flushing of the result to avoid repetition of the stdout.println + stdout.flush calls. Change-Id: I64993e0533ffdd7c9bf6db7ebd7dfb157bf9eb17
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.