Merge pull request #2318 from del-zhenwu/v0.9.0

update cron branch
pull/2324/head
del-zhenwu 2020-05-12 20:03:36 +08:00 committed by GitHub
commit 9a29317b91
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 == "master" ? "H 0 * * * " : ""
String cron_string = BRANCH_NAME == "0.9.0" ? "H 0 * * * " : ""
pipeline {
agent none