We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6411924 commit 5e8a49cCopy full SHA for 5e8a49c
buildenv/jenkins/openjdk_tests
@@ -175,8 +175,8 @@ timestamps{
175
def target = "dev.external"
176
def buildList = ""
177
if (type == "criu") {
178
- // Temporarily exclude JDK25+ due to lack of dockerfile
179
- if (!(params.JDK_VERSION.isInteger() && params.JDK_VERSION.toInteger() >= 25)) {
+ // Temporarily exclude JDK26+ due to lack of dockerfile
+ if (!(params.JDK_VERSION.isInteger() && params.JDK_VERSION.toInteger() >= 26)) {
180
def commonLabel = "sw.tool.podman&&sw.tool.container.criu"
181
if (params.LABEL_ADDITION) {
182
commonLabel += "&&${params.LABEL_ADDITION}"
0 commit comments