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:36:39 UTC

[camel-spring-boot] branch skip-deploy created (now 0f35dc5)

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

acosentino pushed a change to branch skip-deploy
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


      at 0f35dc5  Jenkinsfile Jdk11: Removed deploy

This branch includes the following new commits:

     new ca13ae7  Jenkinsfile: Remove deploy
     new 0f35dc5  Jenkinsfile Jdk11: Removed deploy

The 2 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.



[camel-spring-boot] 02/02: 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 skip-deploy
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 0f35dc59015e8091f9c08808e6f2c848388489b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:35:49 2020 +0200

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

diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11
index 87fd150..c65b88a 100644
--- a/Jenkinsfile.sb.jdk11
+++ b/Jenkinsfile.sb.jdk11
@@ -68,7 +68,7 @@ pipeline {
         stage('Build') {
             steps {
                 script {
-                    spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true
+                    spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {


[camel-spring-boot] 01/02: Jenkinsfile: Remove deploy

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch skip-deploy
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ca13ae7740bbfe8aace2d0a147a33b43f30bec62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:35:08 2020 +0200

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

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index 67d9268..d150928 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -68,7 +68,7 @@ pipeline {
         stage('Build') {
             steps {
                 script {
-                    spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true
+                    spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {