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

zregvart pushed a commit to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e24218d76690999126093ad1185f731c9884f65d
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Fri Jul 20 16:46:23 2018 +0200

    Temporary disable JDK 9 and karaf-itest builds
---
 Jenkinsfile.daily | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 86051db..3e444ee 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -59,9 +59,9 @@ pipeline {
             }
             steps {
                 dir("tests/camel-itest-karaf/") {
-                    sh "./kill-karaf.sh"
+                    sh "true || ./kill-karaf.sh"
                     script {
-                        karaf_itests_result = sh script: "./run-tests.sh", 
returnStatus: true
+                        karaf_itests_result = sh script: "true || 
./run-tests.sh", returnStatus: true
                     }
                 }
             }
@@ -86,7 +86,7 @@ pipeline {
             }
             steps {
                 script {
-                    jdk9_result = sh script: "./mvnw $MAVEN_PARAMS 
-Dmaven.test.failure.ignore=true test", returnStatus: true
+                    jdk9_result = sh script: "true || ./mvnw $MAVEN_PARAMS 
-Dmaven.test.failure.ignore=true test", returnStatus: true
                 }
             }
             post {

Reply via email to