mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
enable cron test on 0.10.0 (#2469)
Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>
This commit is contained in:
parent
ca6c645877
commit
b5498cc672
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 == "master" ? "38 1 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "0.10.0" ? "38 0 * * * " : ""
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
Loading…
Reference in New Issue
Block a user