未验证 提交 cff9bc34 编写于 作者: Q quicksilver 提交者: GitHub

[skip ci] Automatically detect [cronjob] messages in your last commit (#5647)

* [skip ci] Automatically detect [cronjob] messages in your last commit
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* [skip ci] Automatically detect [cronjob] messages in your last commit
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* [skip ci] Automatically detect [cronjob] messages in your last commit
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* [skip ci] Automatically detect [cronjob] messages in your last commit
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 223b2189
#!/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 * * * " : ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册