From e0e33e5a4f05cd7714f28b1d0c6966421bb4b3a2 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 10 Oct 2023 12:33:59 -0400 Subject: [PATCH] Enable regular nightly and weekly build for jdk21 Signed-off-by: Sophia Guo --- pipelines/jobs/configurations/jdk21u.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/jobs/configurations/jdk21u.groovy b/pipelines/jobs/configurations/jdk21u.groovy index bee5c3b66..ff1e225da 100644 --- a/pipelines/jobs/configurations/jdk21u.groovy +++ b/pipelines/jobs/configurations/jdk21u.groovy @@ -33,9 +33,9 @@ targetConfigurations = [ ] // 23:30 Mon, Wed, Fri -//Uses releaseTrigger_21ea: triggerSchedule_nightly = 'TZ=UTC\n30 23 * * 1,3,5' +triggerSchedule_nightly = 'TZ=UTC\n30 23 * * 1,3,5' // 23:30 Sat -//Replaced by releaseTrigger_21ea: triggerSchedule_weekly = 'TZ=UTC\n30 23 * * 6' +triggerSchedule_weekly = 'TZ=UTC\n30 23 * * 6' // scmReferences to use for weekly release build weekly_release_scmReferences = [