mirror of https://github.com/milvus-io/milvus.git
[skip ci] Automatically detect [cronjob] messages in your last commit (#5647)
* [skip ci] Automatically detect [cronjob] messages in your last commit Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * [skip ci] Automatically detect [cronjob] messages in your last commit Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * [skip ci] Automatically detect [cronjob] messages in your last commit Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com> * [skip ci] Automatically detect [cronjob] messages in your last commit Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/5649/head
parent
223b2189a6
commit
cff9bc34c1
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
// When scheduling a job that gets automatically triggered by changes,
|
||||
// you need to include a [cronjob] tag within the commit message.
|
||||
String cron_timezone = "TZ=Asia/Shanghai"
|
||||
String cron_string = BRANCH_NAME == "master" ? "50 20,22,0,6,11,16 * * * " : ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue