This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MNG-6065 in repository https://gitbox.apache.org/repos/asf/maven.git
commit f5bae30a173d3664b55038ddcf5e6a1af8de97dd Author: rfscholte <[email protected]> AuthorDate: Tue Jul 17 22:29:58 2018 +0200 expand runITsJdks with 10 and 11 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93ba46a..0b40f4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ def buildOs = 'linux' def buildJdk = '8' def buildMvn = '3.5.0' def runITsOses = ['linux', 'windows'] -def runITsJdks = ['7', '8', '9'] +def runITsJdks = ['7', '8', '9', '10', '11'] def runITsMvn = '3.5.0' def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true def tests
