Skip to content

Commit 43837c6

Browse files
committed
Update cron line
1 parent 542b9a0 commit 43837c6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pipelines/master/jobs.dsl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,11 @@ docker_config.containers.each { name ->
297297
folder('dev/master/static_analysis')
298298

299299
pipelineJob("dev/master/static_analysis/cmake_coverity") {
300-
quietPeriod(120)
301-
302300
properties {
303301
disableConcurrentBuilds()
304302
pipelineTriggers {
305303
triggers {
306-
cron('0 2 * * 5')
304+
cron("H 2 * * 5")
307305
}
308306
}
309307
}

0 commit comments

Comments
 (0)