Skip to content

Commit

Permalink
enhance: [pipeline] list all status before uninstall helm release (#3…
Browse files Browse the repository at this point in the history
…6040)

Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine authored Sep 10, 2024
1 parent 29ddb10 commit 1d22de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/jenkins/Nightly2.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.43.0') _
@Library('jenkins-shared-library@v0.46.0') _

def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'

Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/PR-for-go-sdk.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.40.0') _
@Library('jenkins-shared-library@v0.46.0') _

def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'

Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/PR2.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.40.0') _
@Library('jenkins-shared-library@v0.46.0') _

def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '4.2.8'
Expand Down

0 comments on commit 1d22de1

Please sign in to comment.