Skip to content

Commit

Permalink
enhance: send email to qa when nightly ci failure
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Sep 23, 2024
1 parent bfd68cc commit 5314bef
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 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.53.0') _
@Library('jenkins-shared-library@v0.56.0') _

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

Expand Down Expand Up @@ -134,5 +134,14 @@ pipeline {
}
}
}
post {
unsuccessful {
container('jnlp') {
script {
sendEmail.toQA()
}
}
}
}
}
}

0 comments on commit 5314bef

Please sign in to comment.