mirror of https://github.com/milvus-io/milvus.git
parent
375b2b355d
commit
a4a20ee3fc
|
@ -99,6 +99,7 @@ pipeline {
|
|||
if ("${MILVUS_SERVER_TYPE}" == 'distributed') {
|
||||
clusterEnabled = "true"
|
||||
}
|
||||
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace'
|
||||
|
||||
if ("${MILVUS_CLIENT}" == "pymilvus") {
|
||||
if ("${imageTag}"==''){
|
||||
|
|
Loading…
Reference in New Issue