blob: 3394ee4b641e536fd81582d870285f6bd9beb197 [file] [log] [blame]
- job-template:
name: 'plugin-examples-bazel-{branch}'
description: 'Plugin examples {branch} branch build with Bazel'
defaults: plugin-template-bazel
targets: ''
scm:
- git:
remotes:
- origin:
url: https://gerrit.googlesource.com/plugins/examples
branches:
- origin/{branch}
skip-tag: true
builders:
- shell: !include-raw: gerrit-bazel-build-examples-plugin.sh
publishers:
- archive:
artifacts: >
bazel-bin/all.zip
- project:
name: examples
jobs:
- 'plugin-examples-bazel-{branch}':
branch:
- master
- stable-3.1
- stable-3.0
- stable-2.16