mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +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
@ -15,7 +15,7 @@ pipeline {
|
||||
}
|
||||
agent {
|
||||
kubernetes {
|
||||
label 'milvus-e2e-test-pr'
|
||||
label 'milvus-e2e-test-pr'
|
||||
inheritFrom 'default'
|
||||
defaultContainer 'main'
|
||||
yamlFile 'build/ci/jenkins/pod/rte.yaml'
|
||||
@ -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