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 6f99305 commit e4a8dccCopy full SHA for e4a8dcc
dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
21
}
22
23
triggers {
24
- cron('H */4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
+ cron('H H/4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
25
26
options {
27
// this should roughly match how long we tell the flaky dashboard to look at
0 commit comments