diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest index 73a5f81f43c95..263bf228e2a98 100644 --- a/Jenkinsfile.jbangtest +++ b/Jenkinsfile.jbangtest @@ -62,7 +62,7 @@ pipeline { } } steps { - sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean install" + sh "./mvnw $MAVEN_PARAMS -T1C -Pdeploy,apache-snapshots -Dquickly clean install" sh "./mvnw $MAVEN_PARAMS -f test-infra/camel-test-infra-cli/pom.xml -Pjbang-it-test" sh "./mvnw $MAVEN_PARAMS -f dsl/camel-jbang/camel-jbang-it/pom.xml -Pjbang-it-test" }