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

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

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

commit 0745717ee927fca5503234c260fb2154688c3fcc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 13 08:11:22 2020 +0100

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

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index 9fe7c15..e5fc1a1 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -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
                     }