mirror of https://github.com/milvus-io/milvus.git
enhance: show pod status and delete pvc during pipeline dear down stage (#35786)
https://github.com/milvus-io/milvus/pull/35783 Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>pull/35838/head
parent
5b0f1cbf02
commit
7985b6e2eb
|
@ -1,4 +1,4 @@
|
|||
@Library('jenkins-shared-library@v0.32.0') _
|
||||
@Library('jenkins-shared-library@v0.34.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@Library('jenkins-shared-library@v0.32.0') _
|
||||
@Library('jenkins-shared-library@v0.34.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
def milvus_helm_chart_version = '4.1.27'
|
||||
|
|
Loading…
Reference in New Issue