there's no IBM 1.7 JDK on Jenkins available -> use 1.8 instead
the label for the OpenJDK has trailing space git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75dc015766
commit
48bdfca1c4
@ -53,7 +53,7 @@ def jdkMapping = [
|
|||||||
'1.8': "JDK 1.8 (latest)",
|
'1.8': "JDK 1.8 (latest)",
|
||||||
'1.9': "JDK 9 b142 (early access build) with project Jigsaw",
|
'1.9': "JDK 9 b142 (early access build) with project Jigsaw",
|
||||||
"OpenJDK": "OpenJDK 6 (on Ubuntu only) ",
|
"OpenJDK": "OpenJDK 6 (on Ubuntu only) ",
|
||||||
"IBMJDK": "IBM 1.7 64-bit (on Ubuntu only)",
|
"IBMJDK": "IBM 1.8 64-bit (on Ubuntu only)",
|
||||||
]
|
]
|
||||||
|
|
||||||
poijobs.each { poijob ->
|
poijobs.each { poijob ->
|
||||||
|
Loading…
Reference in New Issue
Block a user