mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
set cron timezone to Shanghai
Former-commit-id: c4f1a0513722460109d1e681b57a196faedc119d
This commit is contained in:
parent
b852170b92
commit
3e50d77cdc
4
ci/jenkins/Jenkinsfile
vendored
4
ci/jenkins/Jenkinsfile
vendored
@ -6,8 +6,8 @@ pipeline {
|
||||
agent none
|
||||
|
||||
triggers {
|
||||
cron("${cron_timezone}
|
||||
${cron_string}")
|
||||
cron('''"${cron_timezone}"
|
||||
"${cron_string}"''')
|
||||
}
|
||||
|
||||
options {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user