Skip to content

Commit

Permalink
make sure never runs on its own; work on geneontology/neo#82
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 25, 2022
1 parent 17140f7 commit 2ce5493
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,13 +4,13 @@ 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 * *')
// First of the month @12am, for "release" (also "current").
//cron('0 0 1 * *')
// Every week on Thursday, 8am.
cron('0 8 * * 4')
//cron('0 8 * * 4')
}
environment {
// Pin dates and day to beginning of run.
Expand Down

0 comments on commit 2ce5493

Please sign in to comment.