[MNG-6481] Run Maven Core Integration Tests with Java 7, 8 and 11

This commit is contained in:
Sylwester Lachiewicz 2018-11-11 19:18:00 +01:00
parent 78f605e377
commit f92bd9e981
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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