From 604cc9ce07f9d2b3d2a93dc1db66e60fd801e40c Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Wed, 31 Jul 2024 09:28:26 +0100 Subject: [PATCH] Disable jdk22u pipelines Signed-off-by: Andrew Leonard --- pipelines/jobs/configurations/jdk22u.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/jobs/configurations/jdk22u.groovy b/pipelines/jobs/configurations/jdk22u.groovy index 8f407e220..48aa7b8fd 100644 --- a/pipelines/jobs/configurations/jdk22u.groovy +++ b/pipelines/jobs/configurations/jdk22u.groovy @@ -47,4 +47,6 @@ weekly_release_scmReferences = [ 'dragonwell' : '' ] +disableJob = true + return this