From: Eric Ball Date: Wed, 18 Sep 2019 23:31:55 +0000 (-0700) Subject: Add "https://" to RPM_REPO_URL X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=3e56727601d0017599732254185a97e68cf9ee66;hp=e29caa031967865013a912d4aa1d7fb06e94d963 Add "https://" to RPM_REPO_URL Change-Id: I684687a2f242e8bd85c1686bb954f83e0e97691c Signed-off-by: Eric Ball --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index efe6327..0405892 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -6,7 +6,7 @@ JENKINS_HOSTNAME=vex-yul-akraino-jenkins-prod-1 LOGS_SERVER=https://logs.akraino.org NEXUS_URL=https://nexus.akraino.org REGISTRY_PORTS=10001 10002 10003 10004 -RPM_REPO_URL=nexus3.akraino.org +RPM_REPO_URL=https://nexus3.akraino.org SIGUL_BRIDGE_IP=10.30.216.9 SIGUL_KEY=akraino-release-2018 SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index ec069e6..eda2b9f 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -5,7 +5,7 @@ JENKINS_HOSTNAME=vex-yul-akraino-jenkins-sandbox-1 LOGS_SERVER=https://logs.akraino.org NEXUS_URL=https://nexus.akraino.org REGISTRY_PORTS=10001 10002 10003 10004 -RPM_REPO_URL=nexus3.akraino.org +RPM_REPO_URL=https://nexus3.akraino.org SIGUL_BRIDGE_IP=10.30.216.9 SIGUL_KEY=akraino-sandbox SILO=sandbox