From: Aric Gardner Date: Fri, 11 Oct 2019 20:02:43 +0000 (-0400) Subject: SP error in Bridge IP X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=98facce6978d9999ca03ae5d322f6dfd47f3ebed;p=ci-management.git SP error in Bridge IP Signed-off-by: Aric Gardner Change-Id: I8cfa5583da469582239fd6e1eae5bbd6fe0f4853 --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 1bf4fe9c..f8d9d860 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -5,6 +5,6 @@ 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 -SIGUL_BRDIGE_IP=10.32.4.8 +SIGUL_BRIDGE_IP=10.32.4.8 SIGUL_KEY=oran-release-2019 SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 919d0406..418482ad 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -5,6 +5,6 @@ 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 -SIGUL_BRDIGE_IP=10.32.4.8 +SIGUL_BRIDGE_IP=10.32.4.8 SIGUL_KEY=oran-sandbox SILO=sandbox