From c6af960b5eceb9289ca498075c8146bbf5405c0b Mon Sep 17 00:00:00 2001 From: bpa <1370533105@qq.com> Date: Wed, 27 Mar 2024 10:29:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1034142..54680c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,7 +75,7 @@ pipeline{ if(params.operation=='develop') { - sh "docker build -t 10.2.1.24:10242/bpa/order:${build_tag} ." + sh "docker build -t 10.2.1.24:10242/bpa/groupmealorder:${build_tag} ." } } @@ -91,7 +91,7 @@ pipeline{ sh "docker login -u ${harborUser} -p ${harborPassword} 10.2.1.24:10242" if(params.operation=='develop') { - sh "docker push 10.2.1.24:10242/bpa/order:${build_tag}" + sh "docker push 10.2.1.24:10242/bpa/groupmealorder:${build_tag}" } }