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 c56651e80207 Upgrade branches for jbang tests
c56651e80207 is described below
commit c56651e8020762a782bd7eaadf8c64aebf00b2f1
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 25 07:44:10 2025 +0100
Upgrade branches for jbang tests
---
Jenkinsfile.jbangtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 5067724f9ae9..c59f45827f75 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -59,8 +59,8 @@ pipeline {
when {
anyOf {
branch 'main'
+ branch 'camel-4.14.x'
branch 'camel-4.10.x'
- branch 'camel-4.8.x'
}
}
steps {