未验证 提交 453def59 编写于 作者: T ThreadDao 提交者: GitHub

cancel 0.11.0 ci nightly (#4171)

* cancle 0.11.0 ci nightly
Signed-off-by: NThreadDao <zongyufen@foxmail.com>

* [skip ci] cancel 0.11.0 nightly ci
Signed-off-by: NThreadDao <zongyufen@foxmail.com>
上级 d06d5b37
......@@ -2,7 +2,7 @@
@Library('mpl') _
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "0.11.0" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
pipeline {
agent none
......@@ -193,4 +193,4 @@ pipeline {
boolean isTimeTriggeredBuild() {
return (currentBuild.getBuildCauses('hudson.triggers.TimerTrigger$TimerTriggerCause').size() != 0) ? true : false;
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册