Skip to content

Commit c9f4a15

Browse files
Release Script fixed
1 parent ee179e0 commit c9f4a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsfileRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ node('billing-qa-ubuntu-16.04.4') {
1717
sh 'git commit -am "Merged release branch to testPackage" || exit 0'
1818

1919
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"
20+
sh "git push https://%gitUsername%:%gitPass%@git.auckland.dynabic.com/words-cloud/words-cloud-ruby.git testPackage"
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)