未验证 提交 9a29317b 编写于 作者: D del-zhenwu 提交者: GitHub

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

update cron branch 
#!/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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册