enhance: send email to qa when nightly ci failure (#37080)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
pull/37081/head
yellow-shine 2024-10-23 17:45:34 +08:00 committed by GitHub
parent 8902e2220e
commit 04343d17b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -145,4 +145,13 @@ pipeline {
}
}
}
post {
unsuccessful {
container('jnlp') {
script {
sendEmail.toQA()
}
}
}
}
}