[MNG-6364] run Core ITs also with Java 9

This commit is contained in:
Hervé Boutemy 2018-05-21 19:24:29 +02:00
parent 5f8ee6da11
commit 3af07f898e
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.0'
def runITsOses = ['linux', 'windows']
def runITsJdks = ['7', '8']
def runITsJdks = ['7', '8', '9']
def runITsMvn = '3.5.0'
def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
def tests