mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[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:
parent
6e55bf8203
commit
213999c998
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user