From 60a03cb2e51b3951739f8d4287a4b29fe17dd6e3 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 7 Jun 2022 07:43:09 -0700 Subject: [PATCH] Fix: Correct SIGUL_BRIDGE_IP global var Issue-ID: LF-Jira IT-24113 Signed-off-by: Eric Ball Change-Id: Ib55289a1c6fc68cdb3ee65dd80ccb4300408bcc5 --- jenkins-config/global-vars-production.sh | 2 +- jenkins-config/global-vars-sandbox.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index d1bf6e76..c69992ed 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=54.200.225.191 +SIGUL_BRIDGE_IP=54.71.144.162 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 25faaaad..19f31e5d 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=54.200.225.191 +SIGUL_BRIDGE_IP=54.71.144.162 SIGUL_KEY=oran-sandbox SILO=sandbox MASTER_RTD_PROJECT=doc-test -- 2.16.6