This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.22.x by this push:
new 2d4b58873330 Allow Jenkins build of Camel JBang IT for 4.22.x branch
2d4b58873330 is described below
commit 2d4b588733309718550c54aaf03561aee5dc1d74
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Sep 3 10:32:09 2026 +0200
Allow Jenkins build of Camel JBang IT for 4.22.x branch
Signed-off-by: Aurélien Pupier <[email protected]>
---
Jenkinsfile.jbangtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 263bf228e2a9..a8704cee9ede 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -58,7 +58,7 @@ pipeline {
stage('Build Camel SNAPSHOT and run Camel Jbang IT Tests') {
when {
anyOf {
- branch 'main'
+ branch 'camel-4.22.x'
}
}
steps {