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') {
when {
branch 'master'
branch 'development'
}
steps {
echo "Branch name: ${env.BRANCH_NAME}"