mirror of https://github.com/milvus-io/milvus.git
enhance: send email to qa when nightly ci failure (#37080)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>pull/37081/head
parent
8902e2220e
commit
04343d17b1
|
@ -145,4 +145,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
unsuccessful {
|
||||
container('jnlp') {
|
||||
script {
|
||||
sendEmail.toQA()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue