From f7bd1151c4a442a2db49681abdda73b492fa2961 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 9 Dec 2022 20:34:49 +0800 Subject: [PATCH] jenkinsfile --- jenkinsfile_poms_web | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jenkinsfile_poms_web b/jenkinsfile_poms_web index cf1543b..d292fba 100644 --- a/jenkinsfile_poms_web +++ b/jenkinsfile_poms_web @@ -6,13 +6,12 @@ pipeline { } stages { - stage('Testing pep-report-web ......') { + stage('Testing datacenter-web ......') { steps { - sh 'switch-auth.sh anxinyun' - buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" - buildDescription "registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" - sh 'docker build -t registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./web' - sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}' + buildName "#${BUILD_NUMBER} ~/pep/${JOB_NAME}:${IMAGE_VERSION}" + buildDescription "harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}" + sh 'docker build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ./web' + sh 'docker push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' } } }