[skip ci] Fix groovy link-The String milvus can be wrapped in single quotes instead of double quotes (#13222)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-13 13:17:43 +08:00 committed by GitHub
parent 6e55bf8203
commit 213999c998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ pipeline {
}
}
environment {
PROJECT_NAME = "milvus"
PROJECT_NAME = 'milvus'
SEMVER = "${BRANCH_NAME.contains('/') ? BRANCH_NAME.substring(BRANCH_NAME.lastIndexOf('/') + 1) : BRANCH_NAME}"
IMAGE_REPO = 'dockerhub-mirror-sh.zilliz.cc/milvusdb'
DOCKER_BUILDKIT = 1