This commit is contained in:
Daphné Augier 2020-04-11 23:36:34 +02:00
parent a5a4f6dcb2
commit 71050dd241

2
Jenkinsfile vendored
View file

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