mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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>
This commit is contained in:
parent
d06d5b3781
commit
453def5969
4
ci/jenkins/Jenkinsfile
vendored
4
ci/jenkins/Jenkinsfile
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user