diff options
-rw-r--r-- | jenkins-config/global-vars-production.sh | 1 | ||||
-rw-r--r-- | jenkins-config/global-vars-sandbox.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 27bc52adc..cc5d85e8e 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -11,6 +11,7 @@ LOGS_SERVER=https://logs.onap.org NEXUS_URL=https://nexus.onap.org NEXUSPROXY=https://nexus.onap.org REGISTRY_PORTS=10001 10002 10003 10004 +SIGUL_BRIDGE_IP=10.30.104.3 SIGUL_KEY=onap-release-2018 SILO=production SONAR_URL=https://sonar.onap.org diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 589dc6e30..83ce04bf7 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -11,6 +11,7 @@ LOGS_SERVER=https://logs.onap.org NEXUS_URL=https://nexus.onap.org NEXUSPROXY=https://nexus.onap.org REGISTRY_PORTS=10001 10002 10003 10004 +SIGUL_BRIDGE_IP=10.30.104.3 SIGUL_KEY=onap-test SILO=sandbox SONAR_URL=https://sonar.onap.org |