Adjust JDKs in Jenkinsfile

This commit is contained in:
rfscholte 2020-03-20 14:04:41 +01:00
parent 5cdb8332f9
commit c548ce5f11
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.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