aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 04:40:29 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-15 19:31:26 +0100
commit7fd10510d2535ca6b393edbae30bbeb8082784fb (patch)
tree78a9ac40062dc67af1cd07fa7f5e87269eb3cc82
parent520c8a58d4b230f726a0d8df0af0010fcc48228c (diff)
jobs: fix poll-scm on update-osmo-ci-on-slaves
poll-scm was missing by accident Change-Id: I027c5fa12c8be9434e3efec11976004c7924c472
-rw-r--r--jobs/update-osmo-ci-on-slaves.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index 8d63848..be93c90 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -16,6 +16,12 @@
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
skip-tag: true
+
+ triggers:
+ - pollscm:
+ cron: "H/5 * * * *"
+ ignore-post-commit-hooks: false
+
builders:
- shell: './contrib/jenkins.sh'
description: |