Skip to content

Commit 4376e64

Browse files
committed
Fix job dsl for cron schedule
1 parent 43837c6 commit 4376e64

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pipelines/master/jobs.dsl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,9 @@ pipelineJob("dev/master/static_analysis/cmake_coverity") {
301301
disableConcurrentBuilds()
302302
pipelineTriggers {
303303
triggers {
304-
cron("H 2 * * 5")
304+
cron {
305+
spec("H 2 * * 5")
306+
}
305307
}
306308
}
307309
}

0 commit comments

Comments
 (0)