Fix pipeline #26

Merged
Sieciech merged 19 commits from 4-pipeline into dev 2021-07-28 13:43:40 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 5f9789c437 - Show all commits

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'
}
}