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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/22130 )
Change subject: jobs/update-osmo-ci-on-slaves: add manuals trigger
......................................................................
jobs/update-osmo-ci-on-slaves: add manuals trigger
Add a new job, that triggers update-osmo-ci-on-slaves on changes in
osmo-gsm-manuals.git master.
Related: OS#4912
Change-Id: I104525826068b016b5e06ea52567da4d7beaf7a4
---
M jobs/update-osmo-ci-on-slaves.yml
1 file changed, 24 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/30/22130/1
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index 3ff4fa4..27c2cc8 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -65,5 +65,29 @@
- trigger:
project: "update-osmo-ci-on-slaves"
+# Trigger from osmo-gsm-manuals.git too
+- job:
+ name: update-osmo-ci-on-slaves-manuals
+ description: |
+ Trigger <a href="https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/">update-osmo-ci-on-slaves</a>
+ on changes in osmo-gsm-manuals.git. This makes sure we have the latest version of osmo-gsm-manuals in the docker
+ containers and on the build slaves, so we use that when building projects with manuals.
+ node: osmocom-master-debian9
+ scm:
+ - git:
+ url: git://git.osmocom.org/osmo-gsm-manuals
+ git-config-name: 'Jenkins Builder'
+ git-config-email: 'jenkins at osmocom.org'
+ skip-tag: true
+ branches:
+ - 'origin/master'
+ triggers:
+ - pollscm:
+ cron: "H/5 * * * *"
+ ignore-post-commit-hooks: false
+ publishers:
+ - trigger:
+ project: "update-osmo-ci-on-slaves"
+
# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22130
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I104525826068b016b5e06ea52567da4d7beaf7a4
Gerrit-Change-Number: 22130
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210113/75496fdb/attachment.htm>