未验证 提交 ecd98478 编写于 作者: Q quicksilver 提交者: GitHub

[skip ci] Send notification emails to contributors when publish Milvus images failed (#7090)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 3d83e99a
......@@ -53,6 +53,18 @@ pipeline {
}
}
post {
unsuccessful {
container('jnlp') {
script {
def authorEmail = sh returnStdout: true, script: 'git --no-pager show -s --format=\'%ae\' HEAD'
emailext subject: '$DEFAULT_SUBJECT',
body: '$DEFAULT_CONTENT',
recipientProviders: [developers(), culprits()],
replyTo: '$DEFAULT_REPLYTO',
to: "${authorEmail},qa@zilliz.com"
}
}
}
cleanup {
container('main') {
script {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册