| targets: 'plugins/{name}:{name}' |
| xml: <jenkins.plugins.logstash.LogstashBuildWrapper plugin="logstash@1.2.0"/> |
| artifact-days-to-keep: 20 |
| url: https://github.com/{organization}/{repo} |
| url: https://gerrit.googlesource.com/gerrit |
| name: 'plugin-{name}-gh-{branch}' |
| description: "Plugin {name} {branch} branch build with BUCK owned by {organization} and hosted on GitHub\n" |
| defaults: plugin-gh-template |
| !include-raw: gerrit-buck-build-plugin.sh |
| buck-out/gen/plugins/{name}/{name}.jar* |
| name: 'plugin-{name}-gh-{branch}-bazel' |
| description: "Plugin {name} {branch} branch build with Bazel owned by {organization} and hosted on GitHub\n" |
| defaults: plugin-gh-template |
| !include-raw: gerrit-bazel-build-plugin.sh |
| bazel-genfiles/plugins/{name}/{name}.jar* |