mirror of https://github.com/milvus-io/milvus.git
[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
parent
f46e2a621d
commit
80b321d17f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue