mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
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>
This commit is contained in:
parent
27a4fe002a
commit
2abc28ec4f
@ -145,4 +145,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
unsuccessful {
|
||||
container('jnlp') {
|
||||
script {
|
||||
sendEmail.toQA()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user