This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: jobs: fix poll-scm on update-osmo-ci-on-slaves
......................................................................
jobs: fix poll-scm on update-osmo-ci-on-slaves
poll-scm was missing by accident
Change-Id: I027c5fa12c8be9434e3efec11976004c7924c472
---
M jobs/update-osmo-ci-on-slaves.yml
1 file 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 at osmocom.org'
           skip-tag: true
+
+    triggers:
+      - pollscm:
+          cron: "H/5 * * * *"
+          ignore-post-commit-hooks: false
+
     builders:
       - shell: './contrib/jenkins.sh'
     description: |
-- 
To view, visit https://gerrit.osmocom.org/5409
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I027c5fa12c8be9434e3efec11976004c7924c472
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>