mirror of https://github.com/milvus-io/milvus.git
set cron timezone to Shanghai
Former-commit-id: c4f1a0513722460109d1e681b57a196faedc119dpull/191/head
parent
b852170b92
commit
3e50d77cdc
|
@ -6,8 +6,8 @@ pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
cron("${cron_timezone}
|
cron('''"${cron_timezone}"
|
||||||
${cron_string}")
|
"${cron_string}"''')
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue