projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be6998
)
CI: Fix typo in testsuite git checkout
author
George Joseph
<gjoseph@digium.com>
Mon, 17 Sep 2018 12:10:18 +0000
(06:10 -0600)
committer
George Joseph
<gjoseph@digium.com>
Mon, 17 Sep 2018 12:15:13 +0000
(07:15 -0500)
Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
tests/CI/gates.jenkinsfile
patch
|
blob
|
history
diff --git
a/tests/CI/gates.jenkinsfile
b/tests/CI/gates.jenkinsfile
index
19c82e8
..
1f161d7
100644
(file)
--- 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}@")
+ ]
+ ]
]
}