This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new e847038c759 Update CI deploy
e847038c759 is described below

commit e847038c759dce500ec4c79c94af74e228771369
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 18 08:17:36 2024 +0200

    Update CI deploy
---
 Jenkinsfile.sb.deploy | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index a763d001677..c0302898706 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -56,9 +56,8 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
-                    branch 'camel-spring-boot-4.0.x'
-                    branch 'camel-spring-boot-3.21.x'
-                    branch 'camel-spring-boot-3.22.x'
+                    branch 'camel-spring-boot-4.8.x'
+                    branch 'camel-spring-boot-4.4.x'
                 }
             }
             steps {

Reply via email to