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 278c7e84a528a7a2e797cdd659ffa5f501eb1111
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Oct 20 12:17:43 2020 +0200

    Jenkinsfile JDK11 Karaf: Skip Archetype test
---
 Jenkinsfile.karaf.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf.jdk11 b/Jenkinsfile.karaf.jdk11
index 9289129..72e33a0 100644
--- a/Jenkinsfile.karaf.jdk11
+++ b/Jenkinsfile.karaf.jdk11
@@ -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 {

Reply via email to