mirror of https://github.com/milvus-io/milvus.git
[cronjob] Change jenkins cronjob trigger mode (#5681)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5685/head
parent
8aae0f7cc9
commit
32d7b3f3e6
|
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 20,22,0,6,11,16 * * * " : ""
|
|||
pipeline {
|
||||
agent none
|
||||
triggers {
|
||||
pollSCM ignorePostCommitHooks: true, scmpoll_spec: """${cron_timezone}
|
||||
cron """${cron_timezone}
|
||||
${cron_string}"""
|
||||
}
|
||||
options {
|
||||
|
|
Loading…
Reference in New Issue