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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/10448
Change subject: jobs/master-builds: introduce variable git_base_url to allow other domains as git.osmocom.org
......................................................................
jobs/master-builds: introduce variable git_base_url to allow other domains as git.osmocom.org
Change-Id: Ia37b5f761c47411ac7eab092f3437acecc492f22
---
M jobs/master-builds.yml
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/48/10448/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index bd4e239..75e6937 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -21,6 +21,7 @@
wrappers: []
trigger:
email: gerrit-log at lists.osmocom.org laforge at gnumonks.org
+ git_base_url: git.osmocom.org
# in alphabetical order
repos:
@@ -354,7 +355,7 @@
artifact-num-to-keep: -1
description: |
Automatic jenkins test job of
- <a href="http://git.osmocom.org/{repos}">{repos}</a>
+ <a href="http://{git_base_url}/{repos}">{repos}</a>
<br/><br/>
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
@@ -383,7 +384,7 @@
scm:
- git:
- url: git://git.osmocom.org/{repos}
+ url: git://{git_base_url}/{repos}
branches:
- 'origin/master'
refspec:
--
To view, visit https://gerrit.osmocom.org/10448
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia37b5f761c47411ac7eab092f3437acecc492f22
Gerrit-Change-Number: 10448
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180814/b155efd2/attachment.htm>