blob: 5bc6f8d940f346dba554342322f2186c36f8df9f [file] [log] [blame] [view] [edit]
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 and run:
```
buck build plugins/groovy-provider
```
The resulting artifact can be found under:
```
buck-out/gen/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
```
* [1] https://github.com/davido/gerrit-groovy-plugin