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 14ca6b7 commit 5ed5f9fCopy full SHA for 5ed5f9f
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
- cron(60 * 24)
+ cron((60 * 24).toString())
49
}
50
// things which don't seem to have a nice DSL :(
51
configure {
0 commit comments