CI: Fix typo in testsuite git checkout

Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
changes/60/10160/1
George Joseph 8 years ago
parent 8be6998f8d
commit ceafac3d7f

@ -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