deploy to dev branch

This commit is contained in:
Daphné Augier 2020-04-12 01:26:10 +02:00
parent 1fc71c266f
commit 46658f81fd

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
when { when {
branch 'master' branch 'development'
} }
steps { steps {
echo "Branch name: ${env.BRANCH_NAME}" echo "Branch name: ${env.BRANCH_NAME}"