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 b444ff7 commit 14ca6b7Copy full SHA for 14ca6b7
jobs/seed-github-ci.Jenkinsfile
@@ -45,7 +45,7 @@ node { repos.each { repo ->
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
- periodic(60 * 24)
+ cron(60 * 24)
49
}
50
// things which don't seem to have a nice DSL :(
51
configure {
0 commit comments