From 8e731c467cb91d9c904ca0fdc25b74e28e973678 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Thu, 3 Oct 2024 12:08:53 +0100 Subject: [PATCH] Schedule jdk23u weekly builds as Oracle managed version Signed-off-by: Andrew Leonard --- pipelines/jobs/configurations/jdk23u.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipelines/jobs/configurations/jdk23u.groovy b/pipelines/jobs/configurations/jdk23u.groovy index 77256624b..ee166e18a 100644 --- a/pipelines/jobs/configurations/jdk23u.groovy +++ b/pipelines/jobs/configurations/jdk23u.groovy @@ -38,6 +38,9 @@ targetConfigurations = [ ] ] +// 12:05 Sat - Weekend schedule for Oracle managed jdk23u.groovy version that has no published tags +triggerSchedule_weekly = 'TZ=UTC\n05 12 * * 6' + // scmReferences to use for weekly release build weekly_release_scmReferences = [ 'hotspot' : '',