Skip to content

Commit 74c9872

Browse files
committed
Jenkinsfile: trigger every 20 minutes at night (0:00 - 6:00)
1 parent 26bc929 commit 74c9872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pipeline {
55
triggers {
66
upstream(upstreamProjects: "ObjectStore/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
77
threshold: hudson.model.Result.FAILURE)
8+
cron ("*/20 0-6 * * *") // every 20 minutes at night (0:00 - 6:00)
89
}
910

1011
stages {

0 commit comments

Comments
 (0)