[Asterisk-code-review] CI: Fixup for non-13 branches (asterisk[16])
George Joseph
asteriskteam at digium.com
Thu Aug 16 13:51:22 CDT 2018
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/9914
Change subject: CI: Fixup for non-13 branches
......................................................................
CI: Fixup for non-13 branches
Change-Id: I5e1d4a09e58b92b541bc8ed6f9e10e54c4e5101f
---
M tests/CI/unittests.jenkinsfile
1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/14/9914/1
diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile
index 332975c..8cf9f4a 100644
--- a/tests/CI/unittests.jenkinsfile
+++ b/tests/CI/unittests.jenkinsfile
@@ -69,7 +69,6 @@
stage ("Checkout") {
sh "sudo chown -R jenkins:users ."
env.GERRIT_PROJECT_URL = env.GERRIT_CHANGE_URL.replaceAll(/\/[0-9]+$/, "/${env.GERRIT_PROJECT}")
- sh "printenv | sort"
/*
* Jenkins has already automatically checked out the base branch
@@ -84,8 +83,10 @@
* We need to retrieve the jenkins2 gerrit https credentials
* in case this review is in a restricted project.
*/
- withCredentials([usernamePassword(credentialsId: env.JENKINS_GERRIT_CREDS,
- usernameVariable: 'gerrit_user')]) {
+ withCredentials([usernamePassword(credentialsId: "${JENKINS_GERRIT_CREDS}",
+ passwordVariable: 'GERRIT_USER_PW', usernameVariable: 'GERRIT_USER_NAME')]) {
+
+ sh "printenv | sort"
checkout scm: [$class: 'GitSCM',
branches: [[name: env.GERRIT_BRANCH ]],
@@ -113,7 +114,7 @@
credentialsId: env.JENKINS_GERRIT_CREDS,
name: env.GERRIT_NAME,
refspec: env.GERRIT_REFSPEC,
- url: env.GERRIT_PROJECT_URL.replaceAll("http(s)?://", "http\$1://${gerrit_user}@")
+ url: env.GERRIT_PROJECT_URL.replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@")
]
]
]
--
To view, visit https://gerrit.asterisk.org/9914
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e1d4a09e58b92b541bc8ed6f9e10e54c4e5101f
Gerrit-Change-Number: 9914
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180816/02c30455/attachment.html>
More information about the asterisk-code-review
mailing list