[skip e2e] Add devops email & fix lint for PublishImage.groovy (#14141)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14164/head
Jenny Li 2021-12-24 13:35:49 +08:00 committed by GitHub
parent 26ed17a905
commit 851d031d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ pipeline {
}
stages {
stage ('Publish Milvus Images') {
stage('Publish Milvus Images') {
steps {
container('main') {
script {
@ -75,7 +75,7 @@ pipeline {
body: '$DEFAULT_CONTENT',
recipientProviders: [developers(), culprits()],
replyTo: '$DEFAULT_REPLYTO',
to: "${authorEmail},qa@zilliz.com"
to: "${authorEmail},qa@zilliz.com,devops@zilliz.com"
}
}
}