This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit e6515e8dd5eada200c4824856c9a80d3c74dc708 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 3 14:32:32 2025 +0100 CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite Signed-off-by: Andrea Cosentino <[email protected]> --- Jenkinsfile.jbangtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest index 4620969b62e..d2180792d70 100644 --- a/Jenkinsfile.jbangtest +++ b/Jenkinsfile.jbangtest @@ -55,7 +55,7 @@ pipeline { } } - stage('Build Camel SNAPSHOT') { + stage('Build Camel SNAPSHOT and run Camel Jbang IT Tests') { when { anyOf { branch 'main'
