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 2020/03/07 22:29:17 UTC

[maven] 01/01: Run Integration Tests with Java 8, 11, 14 and 15

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

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

commit c11599d5d018d5b99c4516d5f3eb6f78c2db5ead
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 7 23:28:54 2020 +0100

    Run Integration Tests with Java 8, 11, 14 and 15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff917a2..313fbb8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.2'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11', '13', '14']
+def runITsJdks = ['8', '11', '14', '15']
 def runITsMvn = '3.6.2'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests