This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch skip-archetype-test in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit d2408909125475dd4fc25789bb0bd338fdffbbad Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:03:54 2020 +0200 JDK15 build: Archetype test skip --- Jenkinsfile.karaf.jdk15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk15 b/Jenkinsfile.karaf.jdk15 index 67eb8a3..3e60027 100644 --- a/Jenkinsfile.karaf.jdk15 +++ b/Jenkinsfile.karaf.jdk15 @@ -68,7 +68,7 @@ pipeline { stage('Build') { steps { script { - karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true + karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true -Parchetypes-skip-tests clean install deploy", returnStatus: true } } post {
