From 45a60f74a197a091ddfe1ac5c43ca3f5c34a2405 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Mon, 9 May 2022 13:06:23 -0700 Subject: [PATCH] Fix: Correct SIGUL_BRIDGE_IP global var Issue-ID: LF-Jira IT-23975 Signed-off-by: Eric Ball Change-Id: I250d16821559b921cda5b55b3d5421019133c4fe --- 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 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 -- 2.16.6