[skip ci] update ci/jenkinsfile to 0.10.4 (#3941)

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
pull/3957/head
del-zhenwu 2020-10-10 15:43:11 +08:00 committed by GitHub
parent f46e2a621d
commit 80b321d17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "0.10.3" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "0.10.4" ? "50 22 * * * " : ""
pipeline {
agent none
@ -30,7 +30,7 @@ pipeline {
LOWER_BUILD_TYPE = params.BUILD_TYPE.toLowerCase()
SEMVER = "${BRANCH_NAME.contains('/') ? BRANCH_NAME.substring(BRANCH_NAME.lastIndexOf('/') + 1) : BRANCH_NAME}"
PIPELINE_NAME = "milvus-ci"
HELM_BRANCH = "0.10.1"
HELM_BRANCH = "0.10.4"
}
stages {