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:11:44 UTC

[camel-karaf] branch master updated (645a5fc -> 5ca2548)

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 645a5fc  JDK15 build: Archetype test skip
     new 0f044c5  Jenkinsfile: Removed deploy
     new bd072fa  Jenkinsfile JDK11: Removed deploy
     new 18124df  Jenkinsfile Karaf JDK14: Removed deploy
     new 5ca2548  Jenkinsfile JDK 15: Removed deploy

The 4 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 +-
 Jenkinsfile.karaf.jdk15 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[camel-karaf] 01/04: Jenkinsfile: Removed deploy

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 0f044c56c9d85917d780a8f4affeb170a24ecbf1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:09:31 2020 +0200

    Jenkinsfile: Removed deploy
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index 09bf28e..89b31bb 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 deploy", returnStatus: true
+                    karaf_itest_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {


[camel-karaf] 04/04: Jenkinsfile JDK 15: Removed deploy

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 5ca254873f3a657a9590fb6f3f991a6fdce66fc0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:10:55 2020 +0200

    Jenkinsfile JDK 15: Removed deploy
---
 Jenkinsfile.karaf.jdk15 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf.jdk15 b/Jenkinsfile.karaf.jdk15
index 3e60027..ec3e01a 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 -Parchetypes-skip-tests clean install deploy", 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/04: Jenkinsfile JDK11: Removed deploy

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 bd072fa55ed6687059928aaf8b5003903279651d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:09:56 2020 +0200

    Jenkinsfile JDK11: Removed deploy
---
 Jenkinsfile.karaf.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf.jdk11 b/Jenkinsfile.karaf.jdk11
index 0604680..9289129 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 deploy", returnStatus: true
+                    karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {


[camel-karaf] 03/04: Jenkinsfile Karaf JDK14: Removed deploy

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 18124df11b62abfb49e28610bf8a4d40eb717c58
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:10:29 2020 +0200

    Jenkinsfile Karaf JDK14: Removed deploy
---
 Jenkinsfile.karaf.jdk14 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf.jdk14 b/Jenkinsfile.karaf.jdk14
index 885b3c6..997313f 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 deploy", returnStatus: true
+                    karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {