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

hboutemy pushed a commit to branch MNG-6401-2
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 6dd92a8950781cabca6ddc9c4edbee906e9e7779
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Mon May 21 23:29:50 2018 +0200

    build with Java 8
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cda629e..464fecc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,10 +20,10 @@
 properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: 
env.BRANCH_NAME=='master'?'10':'5'))])
 
 def buildOs = 'linux'
-def buildJdk = '7'
+def buildJdk = '8'
 def buildMvn = '3.5.0'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8']
+def runITsJdks = ['7', '8', '9']
 def runITsMvn = '3.5.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.

Reply via email to