Compare commits

...

4 Commits
dev ... beta

Author SHA1 Message Date
Alex Moreno a6ba1ab773 Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into beta
gitea/salix/pipeline/head This commit looks good Details
2024-12-23 17:39:52 +01:00
Alex Moreno c9c36245e9 Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into beta
gitea/salix/pipeline/head This commit looks good Details
2024-12-18 12:08:27 +01:00
Juan Ferrer 2f64dafdec ci(Jenkinsfile): refs #8285 Don't run Database on beta branch
gitea/salix/pipeline/head This commit looks good Details
2024-12-11 14:13:56 +01:00
Juan Ferrer c0b12db2e0 Merge pull request 'refs #8257 master into beta' (!3289) from master into beta
gitea/salix/pipeline/head This commit looks good Details
Reviewed-on: #3289
2024-12-10 10:31:30 +00:00
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",