blob: c1c374d8157db42f4fedd332df520c4c538ab0ae [file]
- job-template:
name: 'plugin-scripting-{name}-{branch}'
description: "Plugin scripting/{name} {branch} branch build with BUCK\n"
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
logrotate:
numToKeep: 20
artifactNumToKeep: 20
properties:
- authorization:
anonymous:
- job-discover
- job-read
- job-extended-read
scm:
- git:
remotes:
- origin:
url: https://gerrit.googlesource.com/plugins/scripting/{name}
- gerrit:
url: https://gerrit.googlesource.com/gerrit
branches:
- origin/{branch}
submodule:
recursive: true
triggers:
- pollscm: 'H/50 * * * *'
builders:
- shell:
!include-raw gerrit-buck-build-plugin.sh
publishers:
- archive:
artifacts: 'buck-out/gen/plugins/{name}/{name}.jar'