From 8edbca97c0df3c762a37e7d42c518f3a0fadf9f6 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Fri, 3 Dec 2021 13:26:31 +0800 Subject: [PATCH] [skip ci] Add devops email in failed build notification (#12671) Signed-off-by: Jenny Li --- build/ci/jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/jenkins/Jenkinsfile b/build/ci/jenkins/Jenkinsfile index 575b916e29..096f62bf30 100644 --- a/build/ci/jenkins/Jenkinsfile +++ b/build/ci/jenkins/Jenkinsfile @@ -107,7 +107,7 @@ pipeline { body: '$DEFAULT_CONTENT', recipientProviders: [developers(), culprits()], replyTo: '$DEFAULT_REPLYTO', - to: "${authorEmail}" + to: "${authorEmail},devops@zilliz.com" } } }