Allows the load Gerrit plugins implemented as Groovy scripts

Clone this repo:
  1. 5bf6a7d Adapt to PluginContentScanner.entries() on stable-3.6 by Luca Milanesio · 1 year, 11 months ago master
  2. cabc4d1 Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 4 years, 5 months ago stable-2.16 stable-3.0 stable-3.1 stable-3.2 stable-3.3 stable-3.4 stable-3.5 v3.3.0
  3. 5a87362 GroovyPluginProvider: Adjust to changed constructor of ServerPlugin by David Pursehouse · 6 years ago v2.16 v3.0
  4. 235025d Format all Java files with google-java-format by David Pursehouse · 6 years ago stable-2.14 stable-2.15
  5. f4f24b1 Remove BUCK file and update build documentation by David Pursehouse · 7 years ago v2.15

Gerrit Groovy Provider Plugin

This plugin provides Groovy runtime environment for Gerrit plugins in Groovy.

To build, link this directory under Gerrit's tree plugins directory, merge the dependencies from external_plugin_deps.bzl into the file of the same name in the plugins directory, and from the root of the gerrit tree run:

  bazel build plugins/groovy-provider

The resulting artifact can be found under:

 bazel-bin/plugins/groovy-provider/groovy-provider.jar

To test deploy the review plugin [1] and copy this Groovy Provider plugin under $gerrit_site/plugins directory.

Review plugin in Groovy can be used:

  ssh gerrit review approve I59302cbb
  Approve change: I59302cbb