[skip e2e] Update PublishMigrationImage.groovy (#21656)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/21674/head
Bennu 2023-01-12 11:19:38 +08:00 committed by GitHub
parent 8f202274a7
commit 0c84d446a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -25,13 +25,9 @@ pipeline {
stages {
stage('Publish Meta Migration Images') {
steps {
container(name: 'build',shell: '/bin/sh') {
script {
sh "make meta-migration"
}
}
container('main'){
script {
sh "make meta-migration"
date=sh(returnStdout: true, script: 'date +%Y%m%d').trim()
gitShortCommit=sh(returnStdout: true, script: 'git rev-parse --short HEAD').trim()
sh 'printenv'
@ -60,9 +56,9 @@ pipeline {
recipientProviders: [developers(), culprits()],
replyTo: '$DEFAULT_REPLYTO',
// to: "${authorEmail},qa@zilliz.com,devops@zilliz.com"
to: "jing.li@zilliz.com"
to: "devops@zilliz.com"
}
}
}
}
}
}