From: Vanessa Rene Valderrama Date: Thu, 23 Jul 2020 19:54:59 +0000 (-0500) Subject: Modify Gerrit global variables X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c2c573815ed68160005ec6fd72b107b6fa04e4b8;p=ci-management.git 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 --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 69a551399..8d3f1bad5 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