fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/31240 )
Change subject: jenkins-common.sh: open5gs-latest does not require debian-bullseye-build ......................................................................
jenkins-common.sh: open5gs-latest does not require debian-bullseye-build
Change-Id: Iec7ccab28c37d274a731e08a2f893ec0514c1068 Fixes: 62ac21133a828bab849c072f27664102790fcb91 --- M jenkins-common.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/40/31240/1
diff --git a/jenkins-common.sh b/jenkins-common.sh index a607f9a..b09db58 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -21,7 +21,7 @@ osmo-*-centos8) echo "centos8-build" ;; osmo-*-latest) echo "debian-bullseye-obs-latest" ;; osmo-*) echo "debian-bullseye-build" ;; - open5gs-*) echo "debian-bullseye-build" ;; + open5gs-master) echo "debian-bullseye-build" ;; ttcn3-*) echo "debian-bullseye-titan" ;; esac }