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 2019/12/17 06:57:45 UTC

[camel-spring-boot] branch master updated (6879dd6 -> 445c375)

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-spring-boot.git.


    from 6879dd6  Fixed path for itests on Jenkinsfile
     new af78147  Jenkinsfile Spring Boot: Fixed path to mvnw
     new 445c375  Jenkinsfile JDK11 Spring Boot: Fixed path to mvnw

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.


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


[camel-spring-boot] 01/02: Jenkinsfile Spring Boot: Fixed path to mvnw

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-spring-boot.git

commit af78147f243eba814b4701b384c526eed519aeba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 17 07:35:56 2019 +0100

    Jenkinsfile Spring Boot: Fixed path to mvnw
---
 Jenkinsfile.sb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index 2d90313..9fe7c15 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -62,7 +62,7 @@ pipeline {
             steps {
                 dir("camel-itest-spring-boot/") {
                     script {
-                        spring_boot_itests_result = sh script: "../../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
+                        spring_boot_itests_result = sh script: "../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                     }
                 }
             }


[camel-spring-boot] 02/02: Jenkinsfile JDK11 Spring Boot: Fixed path to mvnw

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-spring-boot.git

commit 445c375198f74ade26ad002a76c2c945bd11da3b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 17 07:36:25 2019 +0100

    Jenkinsfile JDK11 Spring Boot: Fixed path to mvnw
---
 Jenkinsfile.sb.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11
index fc45ef6..38ac437 100644
--- a/Jenkinsfile.sb.jdk11
+++ b/Jenkinsfile.sb.jdk11
@@ -62,7 +62,7 @@ pipeline {
             steps {
                 dir("camel-itest-spring-boot/") {
                     script {
-                        spring_boot_itests_result = sh script: "../../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
+                        spring_boot_itests_result = sh script: "../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                     }
                 }
             }