Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/mycdc into dev
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-26 18:38:16 +01:00
commit 00b6f8cc6e
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

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