Compare commits
8 Commits
Author | SHA1 | Date |
---|---|---|
Alex Moreno | e4289398f6 | |
Alex Moreno | d0e803421f | |
Alex Moreno | 53f33aa89c | |
Alex Moreno | 1ead6944fa | |
Alex Moreno | a6ba1ab773 | |
Alex Moreno | c9c36245e9 | |
Juan Ferrer | 2f64dafdec | |
Juan Ferrer | c0b12db2e0 |
|
@ -200,6 +200,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('Database') {
|
stage('Database') {
|
||||||
|
when {
|
||||||
|
not { branch 'beta' }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
configFileProvider([
|
configFileProvider([
|
||||||
configFile(fileId: "config.${env.NODE_ENV}.ini",
|
configFile(fileId: "config.${env.NODE_ENV}.ini",
|
||||||
|
|
Loading…
Reference in New Issue