From 80b321d17fcfed9749b1bc6c39e1952284264fc2 Mon Sep 17 00:00:00 2001 From: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Date: Sat, 10 Oct 2020 15:43:11 +0800 Subject: [PATCH] [skip ci] update ci/jenkinsfile to 0.10.4 (#3941) Signed-off-by: zw Co-authored-by: zw --- ci/jenkins/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/Jenkinsfile b/ci/jenkins/Jenkinsfile index 663fd8ea8d..731ca62148 100644 --- a/ci/jenkins/Jenkinsfile +++ b/ci/jenkins/Jenkinsfile @@ -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 {