Browse Source

Jenkins DSL: Adjust the list of JDKs that we look for in the testevn-job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852284 13f79535-47bb-0310-9956-ffa450edef68
pull/142/head
Dominik Stadler 5 years ago
parent
commit
640e89142b
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      jenkins/create_jobs.groovy

+ 2
- 4
jenkins/create_jobs.groovy View File

@@ -564,14 +564,12 @@ Unfortunately we often see builds break because of changes/new machines...''')
'IBM 1.8 64-bit (on Ubuntu only)',

'JDK 10 (latest)',
'JDK 10 b46 (Windows Only)',
'OpenJDK 10.0.2 (on Ubuntu only)',

'JDK 11 (latest)',
'JDK 11 b23 (early access build) (Windows Only)',

'JDK 12 (latest)',
'OpenJDK 12 b18 (early access build)'

'JDK 13 (latest)'
)
elasticAxis {
name('Nodes')

Loading…
Cancel
Save