blob: 7d957149669433d4e700340574c6dfc7b4f958ee [file] [log] [blame]
- job-template:
name: 'plugin-{name}-gh-{branch}'
defaults: buck-plugin
description: "Plugin {name} {branch} branch build with BUCK owned by {organization} and hosted on GitHub\n"
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
- raw:
xml: <jenkins.plugins.logstash.LogstashBuildWrapper plugin="logstash@1.2.0"/>
logrotate:
numToKeep: 20
artifactNumToKeep: 20
properties:
- authorization:
anonymous:
- job-discover
- job-read
- job-extended-read
scm:
- git:
remotes:
- origin:
url: https://github.com/{organization}/{repo}
- gerrit:
url: https://gerrit.googlesource.com/gerrit
branches:
- origin/{branch}
submodule:
disable: true
skip-tag: true
triggers:
- pollscm:
cron: 'H/50 * * * *'
builders:
- shell:
!include-raw: gerrit-buck-build-plugin.sh
publishers:
- archive:
artifacts: 'buck-out/gen/plugins/{name}/{name}.jar*'
- job-template:
name: 'plugin-{name}-gh-{branch}-bazel'
defaults: buck-plugin
description: "Plugin {name} {branch} branch build with Bazel owned by {organization} and hosted on GitHub\n"
node: bazel
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
- raw:
xml: <jenkins.plugins.logstash.LogstashBuildWrapper plugin="logstash@1.2.0"/>
logrotate:
numToKeep: 20
artifactNumToKeep: 20
properties:
- authorization:
anonymous:
- job-discover
- job-read
- job-extended-read
scm:
- git:
remotes:
- origin:
url: https://github.com/{organization}/{repo}
- gerrit:
url: https://gerrit.googlesource.com/gerrit
branches:
- origin/{branch}
submodule:
disable: true
skip-tag: true
triggers:
- pollscm:
cron: 'H/50 * * * *'
builders:
- shell:
!include-raw: gerrit-bazel-build-plugin.sh
publishers:
- archive:
artifacts: >
bazel-genfiles/plugins/{name}/{name}.jar*