aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-05-18 11:52:16 +0200
committerHarald Welte <laforge@osmocom.org>2021-05-18 11:55:53 +0200
commit16f324618fb35d3aa6e50caa88bce2344e755214 (patch)
tree96a667aa7f0ab5a736adbb56f9686a945a8e1a27
parent51e5b234f4e74747b2c8d83436798835dbb7a10b (diff)
master-builds: turn git_base_url actually in a URL, not just hostname.
Let's include the 'protocol' part itno the git_base_url variable, so it actually becomes an URL, not just a hostname-with-path-prefix. This way we can keep using git:// for osmocom and use https:// for github and sysmocom. Change-Id: I7befd1dd1445e0aa4d42434dbc8e001f904ae196
-rw-r--r--jobs/master-builds.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 974bb8c..56e2065 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -46,7 +46,7 @@
wrappers: []
trigger:
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
- git_base_url: git.osmocom.org
+ git_base_url: git://git.osmocom.org
# in alphabetical order
repos:
@@ -207,7 +207,7 @@
docker_img: 'registry.osmocom.org/$USER/fpga-build'
cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish'
- no2bootloader:
- git_base_url: github.com/no2fpga
+ git_base_url: https://github.com/no2fpga
docker_img: 'registry.osmocom.org/$USER/fpga-build'
cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish'
email: gerrit-log@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de 246tnt@gmail.com
@@ -358,7 +358,7 @@
concurrent: false
cmd: cd ./tests; ./run-tests
slave_axis: !!python/tuple [simtester]
- git_base_url: git.sysmocom.de/sysmocom
+ git_base_url: https://git.sysmocom.de/sysmocom
jobs:
- 'master-{repos}'
@@ -377,7 +377,7 @@
artifact-num-to-keep: -1
description: |
Automatic jenkins test job of
- <a href="https://{git_base_url}/{repos}">{repos}</a>
+ <a href="{git_base_url}/{repos}">{repos}</a>
<br/><br/>
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
@@ -410,7 +410,7 @@
scm:
- git:
- url: git://{git_base_url}/{repos}
+ url: "{git_base_url}/{repos}"
branches:
- 'origin/master'
refspec: