This is an automated email from the ASF dual-hosted git repository.
acosentino 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 5753fcaab6f CAMEL-21647 - Create a jenkins job for Camel JBang IT test
suite
5753fcaab6f is described below
commit 5753fcaab6f7e16123d4768532794e07b4de0255
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"
}
- }
+ }
}