From 00a78fb46d56b43a6409ee6c72039162ba2e86ee Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 28 Nov 2017 03:10:12 +0100 Subject: jobs: add update-osmo-ci-on-slaves.yml Change-Id: Ia933288f87f53f832732f650ba4be30d58faea7f --- jobs/update-osmo-ci-on-slaves.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 jobs/update-osmo-ci-on-slaves.yml 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: | + Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY! + + 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 -- cgit v1.2.3