diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-11-28 03:10:12 +0100 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2017-11-28 04:41:41 +0100 |
commit | 00a78fb46d56b43a6409ee6c72039162ba2e86ee (patch) | |
tree | d66a1692f41e4f2a8f5d2c054c5ef630fd9e0a4f | |
parent | 94c7cdf180bcd5575478cb5c41ef350b4c0132dd (diff) |
jobs: add update-osmo-ci-on-slaves.ymlneels/wip
Change-Id: Ia933288f87f53f832732f650ba4be30d58faea7f
-rw-r--r-- | jobs/update-osmo-ci-on-slaves.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml new file mode 100644 index 0000000..5085c71 --- /dev/null +++ b/jobs/update-osmo-ci-on-slaves.yml @@ -0,0 +1,27 @@ +- project: + name: osmo-ci + + jobs: + - 'update-osmo-ci-on-slaves-test' + +- job-template: + name: 'update-osmo-ci-on-slaves-test' + project-type: freestyle + node: OsmocomBuild1 || build1-debian9-lxc || build2-deb8build + build-discarder: + daysToKeep: 30 + numToKeep: 120 + description: | + <b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b> + + 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' + +# vim: expandtab tabstop=2 shiftwidth=2 |