[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
quicksilver 2021-06-07 15:43:36 +08:00 committed by GitHub
parent 223b2189a6
commit cff9bc34c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env groovy #!/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_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "50 20,22,0,6,11,16 * * * " : "" String cron_string = BRANCH_NAME == "master" ? "50 20,22,0,6,11,16 * * * " : ""