enhance: [2.4]update nightly ci (#36423)

https://github.com/milvus-io/milvus/pull/37080

1. enhance: send email to qa when nightly ci failure

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
pull/37089/head
yellow-shine 2024-10-23 17:45:34 +08:00 committed by GitHub
parent 27a4fe002a
commit 2abc28ec4f
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()
}
}
}
}
}