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

2
Jenkinsfile vendored
View File

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