mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Update PublishMigrationImage.groovy (#21656)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>pull/21674/head
parent
8f202274a7
commit
0c84d446a0
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue