test #9

Merged
juan merged 2 commits from test into dev 2025-02-26 17:19:27 +00:00
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'