Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Burewicz 2020-04-03 09:41:26 +00:00
parent bd75756eda
commit 563409606c

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
sh "git checkout -f ${env.BRANCH-NAME}"
sh "git checkout -f ${env.master}"
}
}