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.git


The following commit(s) were added to refs/heads/main by this push:
     new d2a83a46c9e3 Bump CI server to 4.18 and drop 4.10
d2a83a46c9e3 is described below

commit d2a83a46c9e3b8cb716c064e4dd6ecbb8cd8a0a4
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 24 07:47:22 2026 +0100

    Bump CI server to 4.18 and drop 4.10
---
 Jenkinsfile.deploy    | 2 +-
 Jenkinsfile.jbangtest | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 4bc9e4bcfe2b..405b786d93af 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -59,8 +59,8 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
+                    branch 'camel-4.18.x'
                     branch 'camel-4.14.x'
-                    branch 'camel-4.10.x'
                 }
             }
             steps {
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 0bd01d50f7e1..63729151045c 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -59,8 +59,8 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
+                    branch 'camel-4.18.x'
                     branch 'camel-4.14.x'
-                    branch 'camel-4.10.x'
                 }
             }
             steps {

Reply via email to