This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 442412dd6c692c6fa364a04d73be893487e42c33 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:18:04 2020 +0200 Jenkinsfile JDK14 Karaf: Skip archetype test --- Jenkinsfile.karaf.jdk14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk14 b/Jenkinsfile.karaf.jdk14 index 997313f..709bf39 100644 --- a/Jenkinsfile.karaf.jdk14 +++ b/Jenkinsfile.karaf.jdk14 @@ -68,7 +68,7 @@ pipeline { stage('Build') { steps { script { - karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true + karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true -Parchetypes-skip-tests clean install", returnStatus: true } } post {
