Skip to content

Commit

Permalink
switch snapshot onto manual to get more cycles; work on #352
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 11, 2024
1 parent b2f00eb commit 8cbf1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pipeline {
// give us the max time in a day to get things right.
triggers {
// Master never runs--Feb 31st.
//cron('0 0 31 2 *')
cron('0 0 31 2 *')
// Nightly @12am, for "snapshot", skip "release" night.
cron('0 0 2-31/2 * *')
// cron('0 0 2-31/2 * *')
// First of the month @12am, for "release" (also "current").
//cron('0 0 1 * *')
}
Expand Down

0 comments on commit 8cbf1ad

Please sign in to comment.