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

fmariani pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.18.x by this push:
     new f0e24a9cc5b7 Build test and deploy camel-4.18.x
f0e24a9cc5b7 is described below

commit f0e24a9cc5b7ad9ed87262f49b87d5309b5b10ed
Author: Croway <[email protected]>
AuthorDate: Thu Mar 5 10:53:24 2026 +0100

    Build test and deploy camel-4.18.x
---
 Jenkinsfile.deploy    | 4 +---
 Jenkinsfile.jbangtest | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 4bc9e4bcfe2b..a6d1f3152f06 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -58,9 +58,7 @@ pipeline {
         stage('Build & Deploy') {
             when {
                 anyOf {
-                    branch 'main'
-                    branch 'camel-4.14.x'
-                    branch 'camel-4.10.x'
+                    branch 'camel-4.18.x'
                 }
             }
             steps {
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 0bd01d50f7e1..c8d0bbc6a36b 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -58,9 +58,7 @@ pipeline {
         stage('Build Camel SNAPSHOT and run Camel Jbang IT Tests') {
             when {
                 anyOf {
-                    branch 'main'
-                    branch 'camel-4.14.x'
-                    branch 'camel-4.10.x'
+                    branch 'camel-4.18.x'
                 }
             }
             steps {

Reply via email to