1
0

chore (Jenkinsfile): Only deploy if branch is master

This commit is contained in:
Fleur Kelpin 2018-09-29 19:38:49 +02:00
parent f440437862
commit d4f2dadb06

3
Jenkinsfile vendored
View File

@ -21,6 +21,9 @@ pipeline {
}
}
stage('Deploy') {
when {
branch 'master'
}
steps {
container('vault') {
script {