From ccc12818558ef85033500588fcda055c514cd9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B7=E4=BC=9F=E6=96=87?= Date: Fri, 23 Dec 2022 09:10:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'jenkinsfile=5Fweb'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfile_web | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkinsfile_web b/jenkinsfile_web index ca9e9c5..dd81f31 100644 --- a/jenkinsfile_web +++ b/jenkinsfile_web @@ -9,9 +9,9 @@ pipeline { stage('Testing site......') { steps { buildName "#${BUILD_NUMBER} ~/iot/${JOB_NAME}:${IMAGE_VERSION}" - buildDescription "harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}" - sh 'nerdctl build -t harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION} ./code/web' - sh 'nerdctl push harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}' + buildDescription "registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}" + sh 'nerdctl build -t registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION} ./code/web' + sh 'nerdctl push registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}' } } }