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

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


The following commit(s) were added to refs/heads/master by this push:
     new f92bd9e  [MNG-6481] Run Maven Core Integration Tests with Java 7, 8 
and 11
f92bd9e is described below

commit f92bd9e98126ca6a9b85ed42aaf753406954f652
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Nov 11 19:18:00 2018 +0100

    [MNG-6481] Run Maven Core Integration Tests with Java 7, 8 and 11
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to