Merge pull request 'refs #4685 Jenkinsfile deploy branch fix' (!8) from master into test
gitea/mycdc/pipeline/head This commit looks good Details
gitea/mycdc/pipeline/pr-dev Build started... Details

Reviewed-on: #8
This commit is contained in:
Juan Ferrer 2025-02-26 17:19:02 +00:00
commit 19489da545
1 changed files with 4 additions and 2 deletions

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'