1
0
Fork 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
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

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