refs #4685 Jenkinsfile deploy branch fix #8

Merged
juan merged 1 commits from master into test 2025-02-26 17:19:03 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 893c099ea2 - Show all commits

6
Jenkinsfile vendored
View File

@ -59,8 +59,10 @@ pipeline {
}
stage('Deploy') {
when {
branch 'dev'
branch 'test'
anyOf {
branch 'dev'
branch 'test'
}
}
environment {
VERSION = readFile 'VERSION.txt'