Add "https://" to RPM_REPO_URL 16/1616/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 18 Sep 2019 23:31:55 +0000 (16:31 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 18 Sep 2019 23:31:55 +0000 (16:31 -0700)
Change-Id: I684687a2f242e8bd85c1686bb954f83e0e97691c
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh

index efe6327..0405892 100644 (file)
@@ -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
index ec069e6..eda2b9f 100644 (file)
@@ -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