We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed5f9f commit 71e9023Copy full SHA for 71e9023
jobs/seed-github-ci.Jenkinsfile
@@ -43,9 +43,11 @@ node { repos.each { repo ->
43
discardOldItems()
44
}
45
triggers {
46
- // manually rescan once a day; this is important so that it
47
- // picks up on deleted branches/PRs which can be cleaned up
48
- cron((60 * 24).toString())
+ periodicFolderTrigger {
+ // manually rescan once a day; this is important so that it
+ // picks up on deleted branches/PRs which can be cleaned up
49
+ interval((60 * 24).toString())
50
+ }
51
52
// things which don't seem to have a nice DSL :(
53
configure {
0 commit comments