Skip to content
Snippets Groups Projects
Commit cb19ca98 authored by George Joseph's avatar George Joseph
Browse files

CI: Fix typo in testsuite git checkout

Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
parent 07d6e2bf
No related branches found
No related tags found
No related merge requests found
...@@ -183,10 +183,13 @@ pipeline { ...@@ -183,10 +183,13 @@ pipeline {
shallow: true shallow: true
], ],
], ],
userRemoteConfigs: [[ userRemoteConfigs: [
[
credentialsId: env.JENKINS_GERRIT_CREDS,
name: env.GERRIT_NAME, name: env.GERRIT_NAME,
url: testsuiteUrl,replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@") url: testsuiteUrl.replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@")
]] ]
]
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment