Skip to content

Commit

Permalink
Checkout the git repo from parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Syvanen committed Apr 27, 2018
1 parent 4a5af91 commit 4380cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ pipeline {
// Checkout source code
// This is required as Pipeline code is originally checkedout to
// Jenkins Master but this will also pull this same code to this slave
stage('SCM Checkout') {
stage('Git Checkout') {
steps {
// Turn off Git's SSL cert check, uncomment if needed
// sh 'git config --global http.sslVerify false'
checkout scm
git url: "${APPLICATION_SOURCE_REPO}"
}
}

Expand Down

0 comments on commit 4380cd4

Please sign in to comment.