Merge branch 'dev' into 6371-limpiezaTablasVn2008Part1
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-01-30 09:15:14 +00:00
commit fe48e27cce
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -101,6 +101,7 @@ pipeline {
} }
stage('Database') { stage('Database') {
when { anyOf { when { anyOf {
branch 'dev'
branch 'test' branch 'test'
branch 'master' branch 'master'
}} }}