ci: remove develop branch ref
Some checks reported warnings
Cadoles/bouncer/pipeline/head This commit was not built

This commit is contained in:
2025-08-25 11:22:54 +02:00
parent 5867d499cb
commit 2e4f3972a9

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 {