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

[camel-karaf] branch master updated (5ca2548 -> 442412d)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from 5ca2548  Jenkinsfile JDK 15: Removed deploy
     new c0edd0c  Jenkinsfile Karaf: Skip archetype it test
     new 278c7e8  Jenkinsfile JDK11 Karaf: Skip Archetype test
     new 442412d  Jenkinsfile JDK14 Karaf: Skip archetype test

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile.karaf       | 2 +-
 Jenkinsfile.karaf.jdk11 | 2 +-
 Jenkinsfile.karaf.jdk14 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


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

Posted by ac...@apache.org.
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 {


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

Posted by ac...@apache.org.
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 {


[camel-karaf] 02/03: Jenkinsfile JDK11 Karaf: Skip Archetype test

Posted by ac...@apache.org.
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 <an...@gmail.com>
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 {