We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542b9a0 commit 43837c6Copy full SHA for 43837c6
1 file changed
pipelines/master/jobs.dsl
@@ -297,13 +297,11 @@ docker_config.containers.each { name ->
297
folder('dev/master/static_analysis')
298
299
pipelineJob("dev/master/static_analysis/cmake_coverity") {
300
- quietPeriod(120)
301
-
302
properties {
303
disableConcurrentBuilds()
304
pipelineTriggers {
305
triggers {
306
- cron('0 2 * * 5')
+ cron("H 2 * * 5")
307
}
308
309
0 commit comments