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 e0590feb37aa20fc1469158a7f08ad55ec88f2d2
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Fri Jul 13 11:47:05 2018 +0200

    Temporary disable JDK 9 build
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 6712de2..ade8bcb 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -73,7 +73,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