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: gerrit-verifications: make repos_url configurable
......................................................................
jobs: gerrit-verifications: make repos_url configurable
Change-Id: I24aadc2aeeeda762df61e7c56e4159a730010c97
---
M jobs/gerrit-verifications.yml
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index c372075..8ba5807 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -20,6 +20,7 @@
combination_filter: ''
# most common build invocation
cmd: ./contrib/jenkins.sh
+ repos_url: 'ssh://jenkins@gerrit.osmocom.org:29418/{repos}'
# in alphabetical order
repos:
@@ -237,7 +238,7 @@
scm:
- git:
- url: ssh://jenkins@gerrit.osmocom.org:29418/{repos}
+ url: '{obj:repos_url}'
credentials-id: d5eda5e9-b59d-44ba-88d2-43473cb6e42d
branches:
- $GERRIT_BRANCH
--
To view, visit https://gerrit.osmocom.org/5414
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I24aadc2aeeeda762df61e7c56e4159a730010c97
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>