From: Eric Ball Date: Mon, 9 May 2022 20:06:23 +0000 (-0700) Subject: Fix: Correct SIGUL_BRIDGE_IP global var X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=45a60f74a197a091ddfe1ac5c43ca3f5c34a2405;p=ci-management.git Fix: Correct SIGUL_BRIDGE_IP global var Issue-ID: LF-Jira IT-23975 Signed-off-by: Eric Ball Change-Id: I250d16821559b921cda5b55b3d5421019133c4fe --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index e6dfb09f..d1bf6e76 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -8,7 +8,7 @@ REGISTRY_PORTS=10001 10002 10003 10004 RELEASE_EMAIL=collab-it+o-ran-sc-release@linuxfoundation.org RELEASE_USERNAME=o-ran-sc-release S3_BUCKET= -SIGUL_BRIDGE_IP=44.232.126.158 +SIGUL_BRIDGE_IP=54.200.225.191 SIGUL_KEY=oran-release-2022 SILO=production MASTER_RTD_PROJECT=doc diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 47beabc4..25faaaad 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -6,7 +6,7 @@ LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org REGISTRY_PORTS=10001 10002 10003 10004 S3_BUCKET= -SIGUL_BRIDGE_IP=44.232.126.158 +SIGUL_BRIDGE_IP=54.200.225.191 SIGUL_KEY=oran-sandbox SILO=sandbox MASTER_RTD_PROJECT=doc-test