[PATCH] osmo-ci[master]: jobs: fix poll-scm on update-osmo-ci-on-slaves

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.org
Fri Dec 15 18:31:48 UTC 2017


Review at  https://gerrit.osmocom.org/5409

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/5409/1

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: newchange
Gerrit-Change-Id: I027c5fa12c8be9434e3efec11976004c7924c472
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list