ci(Jenkinsfile): refs #8285 Don't run Database on beta branch
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-12-11 14:13:56 +01:00
parent c0b12db2e0
commit 2f64dafdec
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -200,6 +200,9 @@ pipeline {
}
parallel {
stage('Database') {
when {
not { branch 'beta' }
}
steps {
configFileProvider([
configFile(fileId: "config.${env.NODE_ENV}.ini",