Compare commits

...

3 Commits

Author SHA1 Message Date
2e4f3972a9 ci: remove develop branch ref
Some checks reported warnings
Cadoles/bouncer/pipeline/head This commit was not built
2025-08-25 11:22:54 +02:00
5867d499cb Merge branch 'develop'
Some checks failed
Cadoles/bouncer/pipeline/head There was a failure building this commit
2025-08-25 11:12:53 +02:00
4c7ba22b50 Merge pull request 'Invalidation automatique du cache' (#51) from auto-cache-clear into master
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
Reviewed-on: #51
2025-08-14 11:05:19 +02:00

2
Jenkinsfile vendored
View File

@ -33,7 +33,6 @@ pipeline {
when {
anyOf {
branch 'master'
branch 'develop'
}
}
steps {
@ -55,7 +54,6 @@ pipeline {
when {
anyOf {
branch 'master'
branch 'develop'
}
}
steps {