diff --git a/build/ci/jenkins/PR.groovy b/build/ci/jenkins/PR.groovy index 03a8fcb771..b94065bc1f 100644 --- a/build/ci/jenkins/PR.groovy +++ b/build/ci/jenkins/PR.groovy @@ -187,7 +187,7 @@ pipeline { body: '$DEFAULT_CONTENT', recipientProviders: [developers(), culprits()], replyTo: '$DEFAULT_REPLYTO', - to: "${authorEmail}" + to: "${authorEmail},devops@zilliz.com" } } }