Skip to content

Commit

Permalink
Fixed checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
tculp committed Aug 6, 2019
1 parent ea37668 commit 185c7e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ node ("${BUILD_NODE}") {

stage( "Checkout" ) {
dir( "ossim-csm-plugin" ) {
git branch: "std",
url: "${GIT_PUBLIC_SERVER_URL}/ossim-csm-plugin.git",
credentialsId: "${CREDENTIALS_ID}"
checkout(scm)
}
}

Expand Down

0 comments on commit 185c7e4

Please sign in to comment.