This commit is contained in:
Daphné Augier 2020-04-11 18:58:44 +02:00
parent e456711d6c
commit ec4ae3c058

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
when { when {
branch 'master' branch 'development'
} }
steps { steps {
echo "DEPLOY!" echo "DEPLOY!"