Skip to content

Commit

Permalink
reinstate snapshot for testing for #349
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Dec 16, 2023
1 parent f5746eb commit 2a558b2
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 @@ -6,9 +6,9 @@ pipeline {
// Master never runs--Feb 31st.
//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 * *')
//cron('0 0 1 * *')
}
environment {

Expand Down

0 comments on commit 2a558b2

Please sign in to comment.