[Asterisk-code-review] CI: Fix typo in testsuite git checkout (asterisk[13.23])
Jenkins2
asteriskteam at digium.com
Mon Sep 17 07:26:21 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/10158 )
Change subject: CI: Fix typo in testsuite git checkout
......................................................................
CI: Fix typo in testsuite git checkout
Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
---
M tests/CI/gates.jenkinsfile
1 file changed, 6 insertions(+), 3 deletions(-)
Approvals:
Jenkins2: Looks good to me, approved; Approved for Submit
diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile
index 19c82e8..1f161d7 100644
--- a/tests/CI/gates.jenkinsfile
+++ b/tests/CI/gates.jenkinsfile
@@ -183,10 +183,13 @@
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}@")
+ ]
+ ]
]
}
--
To view, visit https://gerrit.asterisk.org/10158
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13.23
Gerrit-MessageType: merged
Gerrit-Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
Gerrit-Change-Number: 10158
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180917/ebd72f53/attachment.html>
More information about the asterisk-code-review
mailing list