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 67ca5e9ac283 CI bump branches
67ca5e9ac283 is described below
commit 67ca5e9ac28366854cb7929010a1200c50eb9e31
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 13:44:05 2026 +0200
CI bump branches
---
Jenkinsfile.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 83fa02bc8388..2d6f564e30c4 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -97,8 +97,8 @@ pipeline {
when {
anyOf {
branch 'main'
+ branch 'camel-4.22.x'
branch 'camel-4.18.x'
- branch 'camel-4.14.x'
}
}
steps {