mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Update cron
Signed-off-by: JinHai-CN <hai.jin@zilliz.com>
This commit is contained in:
parent
0b16c92ccc
commit
0f6e36a23e
2
ci/jenkins/Jenkinsfile
vendored
2
ci/jenkins/Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env groovy
|
||||
|
||||
String cron_timezone = "TZ=Asia/Shanghai"
|
||||
String cron_string = BRANCH_NAME == "0.10.1" ? "50 22 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "0.10.1" ? "30 14 * * * " : ""
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user