This is an automated email from the ASF dual-hosted git repository.
jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new a191cd6 Use JDK 11 b8 during tests
a191cd6 is described below
commit a191cd688e0773dc96febdf081913692cfc23ea4
Author: jpoth <[email protected]>
AuthorDate: Thu Jun 28 17:35:35 2018 +0200
Use JDK 11 b8 during tests
---
Jenkinsfile.daily | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 0a7ddba..a408a86 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -85,7 +85,7 @@ pipeline {
stage('Test JDK 11') {
tools {
- jdk 'JDK 11 b19 (early access build)'
+ jdk 'JDK 11 b8 (early access build)'
}
steps {
sh script: "./mvnw $MAVEN_PARAMS
-Dmaven.test.failure.ignore=true test", returnStatus: true