This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new 537c0d8174fa fix(ci): add 4.14.x branch
537c0d8174fa is described below
commit 537c0d8174fa685dbd0a2943ced46e8ee09f6eb6
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Oct 17 08:42:49 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'
}
}