You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/01/19 19:10:44 UTC

[maven] 01/01: Run Maven Core Integration Test with JDK 12-ea and 13-ea

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

slachiewicz pushed a commit to branch runITsWithJavaEA
in repository https://gitbox.apache.org/repos/asf/maven.git

commit f1c4cac9821bfcb714e7662edcd78cda89c86d6d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 11 21:08:07 2019 +0100

    Run Maven Core Integration Test with JDK 12-ea and 13-ea
    
    Build with 13-ea (latest) and run ITs with 12 and 13
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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