mirror of https://github.com/apache/maven.git
Adjust JDKs in Jenkinsfile
This commit is contained in:
parent
5cdb8332f9
commit
c548ce5f11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue