mirror of https://github.com/milvus-io/milvus.git
enhance: git clone with retry mechanism (#36262)
https://github.com/milvus-io/milvus/pull/36256 Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>pull/36286/head
parent
271e23a52d
commit
2af1af59c2
|
@ -1,4 +1,4 @@
|
|||
@Library('jenkins-shared-library@v0.46.0') _
|
||||
@Library('jenkins-shared-library@v0.51.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@Library('jenkins-shared-library@v0.46.0') _
|
||||
@Library('jenkins-shared-library@v0.51.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
def milvus_helm_chart_version = '4.1.27'
|
||||
|
|
Loading…
Reference in New Issue