update cron branch

Signed-off-by: zw <zw@milvus.io>
This commit is contained in:
zw 2020-05-12 18:51:39 +08:00
parent fae67ee49a
commit e5298fefa3

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : ""
String cron_string = BRANCH_NAME == "0.9.0" ? "H 0 * * * " : ""
pipeline {
agent none