[cronjob] Change jenkins cronjob trigger mode (#5681)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/5685/head
quicksilver 2021-06-09 11:58:10 +08:00 committed by GitHub
parent 8aae0f7cc9
commit 32d7b3f3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {