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

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/21689/head
Bennu 2023-01-12 14:15:39 +08:00 committed by GitHub
parent b307ee8c07
commit 48ac533468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ pipeline {
steps {
container('main'){
script {
sh "make meta-migration"
sh 'ls -lah'
sh './build/set_docker_mirror.sh'
sh """
build/builder.sh /bin/bash -c \"make install && 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'