diff --git a/Jenkinsfile b/Jenkinsfile index c30ff41..39b2c1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,8 @@ pipeline { stages { stage('Checkout') { steps { - checkout scm + sh "git checkout staging" + sh "git pull origin staging" } }