From ea0aeddcfce55b0fb492078aced0c24418a8958a Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 24 Jul 2020 11:51:36 -0500 Subject: Revert "Modify Gerrit global variables" This reverts commit c2c573815ed68160005ec6fd72b107b6fa04e4b8. Signed-off-by: Vanessa Rene Valderrama Change-Id: I1b8741e3f93c533e5b244949f5966d05e10237e2 --- 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 8d3f1bad..69a55139 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=https://gerrit.fd.io/r/$PROJECT -GIT_BASE=https://gerrit.fd.io/r/$PROJECT -GIT_URL=ssh://rotterdam-jobbuilder@gerrit.fd.io:29418 +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 JENKINS_HOSTNAME=vex-yul-rot-jenkins-1 LOGS_SERVER=https://logs.fd.io NEXUS_URL=https://nexus.fd.io -- cgit 1.2.3-korg