aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-08-14 14:12:53 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-14 13:25:07 +0000
commit7dd082959a2f4f559e18acc2021d5e45df56df01 (patch)
treefd5c87685bddaca82d207e698584f936931af56c
parent6742a83b967763c908c71a8e286108bced30356a (diff)
jobs/master-builds: introduce variable git_base_url to allow other domains than git.osmocom.org
-rw-r--r--jobs/master-builds.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index c65cc1c..209b0c5 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -21,6 +21,7 @@
wrappers: []
trigger:
email: gerrit-log@lists.osmocom.org laforge@gnumonks.org
+ git_base_url: git.osmocom.org
# in alphabetical order
repos:
@@ -359,7 +360,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>
@@ -388,7 +389,7 @@
scm:
- git:
- url: git://git.osmocom.org/{repos}
+ url: git://{git_base_url}/{repos}
branches:
- 'origin/master'
refspec: