Use JDK 11 as default for s390 builds

This commit is contained in:
Slawomir Jaranowski 2023-11-19 10:58:31 +01:00
parent b08b62f8de
commit 9d65e2b240
No known key found for this signature in database
GPG Key ID: 9EB80E92EB2135B1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'5':'1'))])
def buildOs = 'linux'
def buildJdk = '8'
def buildJdk = '11'
def buildMvn = '3.8.x'
def runITsOses = ['linux']
def runITsJdks = ['11', '17']