cancel 0.11.0 ci nightly (#4171)

* cancle 0.11.0 ci nightly

Signed-off-by: ThreadDao <zongyufen@foxmail.com>

* [skip ci] cancel 0.11.0 nightly ci

Signed-off-by: ThreadDao <zongyufen@foxmail.com>
experimental.0
ThreadDao 2020-11-04 15:03:26 +08:00 committed by GitHub
parent d06d5b3781
commit 453def5969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}