From 927f1a8f42c89133a37c6d0ad431fd040540d382 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 29 Apr 2019 15:35:22 -0700 Subject: [PATCH] Correct log server URL Change-Id: I70bfa51aa5017beab2eed4585c4ce06c051a97b6 Signed-off-by: Andrew Grimberg --- 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 00f64c1b..37ad72ce 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -1,6 +1,6 @@ GERRIT_URL=https://gerrit.oran-osc.org/r GIT_URL=ssh://oran-jobbuilder@gerrit.oran-osc.org:29418 JENKINS_HOSTNAME=vex-sjc-oran-jenkins-prod-1 -LOGS_SERVER=https://nexus.o-ran-sc.org +LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 574061b3..51da462b 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -1,6 +1,6 @@ GERRIT_URL=https://gerrit.oran-osc.org/r GIT_URL=ssh://oran-jobbuilder@gerrit.oran-osc.org:29418 JENKINS_HOSTNAME=vex-sjc-oran-jenkins-sandbox-1 -LOGS_SERVER=https://nexus.o-ran-sc.org +LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org SILO=sandbox -- 2.16.6