summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-07-23 14:54:59 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-07-23 14:54:59 -0500
commitc2c573815ed68160005ec6fd72b107b6fa04e4b8 (patch)
treeb44e376ee33ae9d508e4fd1c1d5fcce22e42ea72
parent9f56c8d2a0bf25fb7899b4e40a8bed670acd29cc (diff)
Modify Gerrit global variables
Modifying the Gerrit global variables to bypass the mirror to test a possible issue with the mirror causing job failures. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I68e1c426272db7a9748231cae819fe882e667e90
-rw-r--r--jenkins-config/global-vars-production.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh
index 69a55139..8d3f1bad 100644
--- a/jenkins-config/global-vars-production.sh
+++ b/jenkins-config/global-vars-production.sh
@@ -1,7 +1,7 @@
DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/
-GERRIT_URL=git://10.30.48.3/mirror/$PROJECT
-GIT_BASE=git://10.30.48.3/mirror/$PROJECT
-GIT_URL=git://10.30.48.3/mirror
+GERRIT_URL=https://gerrit.fd.io/r/$PROJECT
+GIT_BASE=https://gerrit.fd.io/r/$PROJECT
+GIT_URL=ssh://rotterdam-jobbuilder@gerrit.fd.io:29418
JENKINS_HOSTNAME=vex-yul-rot-jenkins-1
LOGS_SERVER=https://logs.fd.io
NEXUS_URL=https://nexus.fd.io