Skip to content

Commit

Permalink
Testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
knaquin committed May 29, 2019
1 parent cff6e18 commit a5b27a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node ("${BUILD_NODE}"){
try {
stage( "Download Artifacts" ) {
dir( "ossim-ci" ) {
git branch: "BRANCH_NAME",
git branch: "$BRANCH_NAME",
url: "${ GIT_PRIVATE_SERVER_URL }/ossim-ci.git",
credentialsId: "${ CREDENTIALS_ID }"
}
Expand Down

0 comments on commit a5b27a9

Please sign in to comment.