update cron (#2349)

* update cron

* update
pull/2355/head
del-zhenwu 2020-05-15 09:33:50 +08:00 committed by GitHub
parent eba33cc46d
commit cb92b10c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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