Modify Jenkinsfile - change deploy stage

This commit is contained in:
EvanMateo 2020-03-12 07:20:15 -04:00
parent 01c7f122b3
commit a16a368b27

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
branch 'master'
}
steps {
bat "echo 'Pulling...' + env.BRANCH_NAME"
bat "echo 'Deploy..."
}
}
}