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/02/13 07:12:24 UTC

[camel-spring-boot] branch master updated: Point to the correct location for Jenkinsfile JDK11

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 ae335c5  Point to the correct location for Jenkinsfile JDK11
ae335c5 is described below

commit ae335c502d5f212f01ba022f923537d47b3d4880
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 13 08:12:15 2020 +0100

    Point to the correct location for Jenkinsfile JDK11
---
 Jenkinsfile.sb.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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