jobs: add update-osmo-ci-on-slaves.yml

Change-Id: Ia933288f87f53f832732f650ba4be30d58faea7f
This commit is contained in:
Neels Hofmeyr 2017-11-28 03:10:12 +01:00
parent 4b5d368932
commit 716413c5be
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
- job:
name: update-osmo-ci-on-slaves
project-type: matrix
axes:
- axis:
type: slave
name: label
values: [ OsmocomBuild1 , build1-debian9-lxc , build2-deb8build ]
build-discarder:
daysToKeep: 30
numToKeep: 120
scm:
- git:
url: git://git.osmocom.org/osmo-ci
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
skip-tag: true
builders:
- shell: './contrib/jenkins.sh'
description: |
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
# vim: expandtab tabstop=2 shiftwidth=2