[skip ci] Add devops email in failed build notification (#12671)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12694/head
Jenny Li 2021-12-03 13:26:31 +08:00 committed by GitHub
parent a684e90c0c
commit 8edbca97c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ pipeline {
body: '$DEFAULT_CONTENT',
recipientProviders: [developers(), culprits()],
replyTo: '$DEFAULT_REPLYTO',
to: "${authorEmail}"
to: "${authorEmail},devops@zilliz.com"
}
}
}