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

pcongiusti 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 48f204af1a05 fix(ci): add 4.14.x branch
48f204af1a05 is described below

commit 48f204af1a054e5a412009a3a76a367ce1379cc2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Oct 17 08:43:09 2025 +0200

    fix(ci): add 4.14.x branch
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 3c4d212c4853..4bc9e4bcfe2b 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -59,7 +59,7 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
-                    branch 'camel-4.8.x'
+                    branch 'camel-4.14.x'
                     branch 'camel-4.10.x'
                 }
             }

Reply via email to