We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee179e0 commit c9f4a15Copy full SHA for c9f4a15
JenkinsfileRelease
@@ -17,7 +17,7 @@ node('billing-qa-ubuntu-16.04.4') {
17
sh 'git commit -am "Merged release branch to testPackage" || exit 0'
18
19
withCredentials([usernamePassword(credentialsId: '361885ba-9425-4230-950e-0af201d90547', passwordVariable: 'gitPass', usernameVariable: 'gitUsername')]) {
20
- sh "git push "https://%gitUsername%:%gitPass%@git.auckland.dynabic.com/words-cloud/words-cloud-ruby.git" testPackage"
+ sh "git push https://%gitUsername%:%gitPass%@git.auckland.dynabic.com/words-cloud/words-cloud-ruby.git testPackage"
21
}
22
23
0 commit comments