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 41adc2d96282f638a02d5b4b21d56faa51d7e03f Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 3 14:17:42 2025 +0100 CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite Signed-off-by: Andrea Cosentino <[email protected]> --- Jenkinsfile.jbangtest | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest index f02fef76cba..4620969b62e 100644 --- a/Jenkinsfile.jbangtest +++ b/Jenkinsfile.jbangtest @@ -64,20 +64,9 @@ pipeline { } steps { sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean" - } - } - - stage('Run Camel-Jbang it tests') { - when { - anyOf { - branch 'main' - branch 'camel-4.8.x' - } - } - steps { sh "./mvnw $MAVEN_PARAMS -f dsl/camel-jbang/camel-jbang-it/pom.xml -Pjbang-it-test" } - } + } }
