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:41 UTC

[camel-karaf] 01/03: Jenkinsfile Karaf: Skip archetype it 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 c0edd0cb44d894fb19e1c25b869682152d8322ae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:17:10 2020 +0200

    Jenkinsfile Karaf: Skip archetype it test
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index 89b31bb..302949f 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -68,7 +68,7 @@ pipeline {
         stage('Build') {
             steps {
                 script {
-                    karaf_itest_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
+                    karaf_itest_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true -Parchetypes-skip-tests clean install", returnStatus: true
                 }
             }
             post {