From: George Joseph Date: Mon, 17 Sep 2018 12:10:18 +0000 (-0600) Subject: CI: Fix typo in testsuite git checkout X-Git-Tag: 15.6.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3df800620a5f07598e6e32501c97adb91236e81;p=thirdparty%2Fasterisk.git CI: Fix typo in testsuite git checkout Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719 (cherry picked from commit cb19ca981d923b51d14c9cfca6151cfeb06088d2) --- diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile index 19c82e8866..1f161d756c 100644 --- a/tests/CI/gates.jenkinsfile +++ b/tests/CI/gates.jenkinsfile @@ -183,10 +183,13 @@ pipeline { shallow: true ], ], - userRemoteConfigs: [[ + userRemoteConfigs: [ + [ + credentialsId: env.JENKINS_GERRIT_CREDS, name: env.GERRIT_NAME, - url: testsuiteUrl,replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@") - ]] + url: testsuiteUrl.replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@") + ] + ] ] }