Skip to content

Commit

Permalink
Enable regular nightly and weekly build for jdk21
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Oct 10, 2023
1 parent 5fcae13 commit e0e33e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk21u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e0e33e5

Please sign in to comment.