blob: 3f44d3ebebead11d47b1e33ca23f03f99337d5fe [file] [log] [blame]
- job-template:
name: 'app-{name}-{branch}'
description: "App {name} {branch} branch build\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://gerrit.googlesource.com/apps/{name}
branches:
- origin/{branch}
submodule:
recursive: true
skip-tag: true
triggers:
- pollscm:
cron: 'H/50 * * * *'
builders:
- shell: '{commands}'
publishers:
- archive:
artifacts: '{artifacts}'