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 709d138aac1 CAMEL-21647 - Create a jenkins job for Camel JBang IT test
suite
709d138aac1 is described below
commit 709d138aac1de4d6d1705a25e69dfd4e389261a4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 6 09:48:37 2025 +0100
CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile.jbangtest | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 10feb4bd46f..5e9f68bc8ea 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -52,7 +52,6 @@ pipeline {
expression { params.CLEAN }
}
steps {
- cleanWs()
}
}
@@ -64,7 +63,7 @@ pipeline {
}
}
steps {
-
+ cleanWs()
sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly
clean"
sh "./mvnw $MAVEN_PARAMS -f
dsl/camel-jbang/camel-jbang-it/pom.xml
-Dshared.maven.local.repo=${localMavenRepo} -Pjbang-it-test"
}