You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/20 10:19:43 UTC

[camel-karaf] 03/03: Jenkinsfile JDK14 Karaf: Skip archetype test

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 <an...@gmail.com>
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 {