ci(Jenkinsfile): refs #8285 Don't run Database on beta branch
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c0b12db2e0
commit
2f64dafdec
|
@ -200,6 +200,9 @@ pipeline {
|
|||
}
|
||||
parallel {
|
||||
stage('Database') {
|
||||
when {
|
||||
not { branch 'beta' }
|
||||
}
|
||||
steps {
|
||||
configFileProvider([
|
||||
configFile(fileId: "config.${env.NODE_ENV}.ini",
|
||||
|
|
Loading…
Reference in New Issue