prepare for deploy

This commit is contained in:
Sieciech 2021-07-27 17:43:14 +02:00
parent 4ce25f5a61
commit 5f9789c437
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -159,10 +159,11 @@ pipeline {
stage('Deploy') {
when {
anyOf {
branch 'prod'
branch 'master'
branch 'staging'
branch 'beta'
branch 'dev'
branch '4-pipeline'
}
}