From: Andrew Grimberg Date: Fri, 3 May 2019 17:37:09 +0000 (-0700) Subject: Add DOCKER_REGSITRY related env vars X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0655b12b19d235d3ea9340415b63a017f4c214e4;p=ci-management.git Add DOCKER_REGSITRY related env vars Change-Id: I0bdebd06c91b1cb0728b48faeaf3081e4b09337c Signed-off-by: Andrew Grimberg --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 37ad72ce..6b69ecd4 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -1,6 +1,8 @@ +DOCKER_REGISTRY=nexus3.o-ran-sc.org GERRIT_URL=https://gerrit.oran-osc.org/r GIT_URL=ssh://oran-jobbuilder@gerrit.oran-osc.org:29418 JENKINS_HOSTNAME=vex-sjc-oran-jenkins-prod-1 LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org +REGISTRY_PORTS=10001 10002 10003 10004 SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 51da462b..30e9b9a2 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -1,6 +1,8 @@ +DOCKER_REGISTRY=nexus3.o-ran-sc.org GERRIT_URL=https://gerrit.oran-osc.org/r GIT_URL=ssh://oran-jobbuilder@gerrit.oran-osc.org:29418 JENKINS_HOSTNAME=vex-sjc-oran-jenkins-sandbox-1 LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org +REGISTRY_PORTS=10001 10002 10003 10004 SILO=sandbox