CI: Fix typo in testsuite git checkout

Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
16.1
George Joseph 7 years ago
parent 3f9544c1f5
commit 4a309839eb

@ -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}@")
]
]
]
}

Loading…
Cancel
Save