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
The following commit(s) were added to refs/heads/master by this push: new 6879dd6 Fixed path for itests on Jenkinsfile 6879dd6 is described below commit 6879dd6f51836cbfbe2d0ab3045e0ad250506c32 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 17 05:58:32 2019 +0100 Fixed path for itests on Jenkinsfile --- Jenkinsfile.sb | 2 +- Jenkinsfile.sb.jdk11 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb index 4e4edeb7..2d90313 100644 --- a/Jenkinsfile.sb +++ b/Jenkinsfile.sb @@ -60,7 +60,7 @@ pipeline { stage('spring-boot-itests') { steps { - dir("tests/camel-itest-spring-boot/") { + dir("camel-itest-spring-boot/") { script { spring_boot_itests_result = sh script: "../../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true } diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11 index 27200aba..fc45ef6 100644 --- a/Jenkinsfile.sb.jdk11 +++ b/Jenkinsfile.sb.jdk11 @@ -60,7 +60,7 @@ pipeline { stage('spring-boot-itests') { steps { - dir("tests/camel-itest-spring-boot/") { + dir("camel-itest-spring-boot/") { script { spring_boot_itests_result = sh script: "../../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true }