From c2c573815ed68160005ec6fd72b107b6fa04e4b8 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Thu, 23 Jul 2020 14:54:59 -0500 Subject: 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 Change-Id: I68e1c426272db7a9748231cae819fe882e667e90 --- jenkins-config/global-vars-production.sh | 6 +++--- 1 file 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 -- cgit 1.2.3-korg