This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch camel-spring-boot-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.18.x by
this push:
new 149ee1e4a00 Fix when condition to deploy the correct branch
149ee1e4a00 is described below
commit 149ee1e4a00a4cece904507e3b86bf8f0091514e
Author: Croway <[email protected]>
AuthorDate: Thu Mar 5 11:03:11 2026 +0100
Fix when condition to deploy the correct branch
---
Jenkinsfile.sb.deploy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index c0302898706..70715f48ac8 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -55,9 +55,7 @@ pipeline {
stage('Build & Deploy') {
when {
anyOf {
- branch 'main'
- branch 'camel-spring-boot-4.8.x'
- branch 'camel-spring-boot-4.4.x'
+ branch 'camel-spring-boot-4.18.x'
}
}
steps {