From 3550b8932fffd77ae510d82a776f30623d699dee Mon Sep 17 00:00:00 2001 From: wenlele Date: Fri, 9 Dec 2022 14:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfile_vcmp_api | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkinsfile_vcmp_api b/jenkinsfile_vcmp_api index 3ff007f..49228a3 100644 --- a/jenkinsfile_vcmp_api +++ b/jenkinsfile_vcmp_api @@ -28,9 +28,10 @@ pipeline { stages { stage('Testing site......') { steps { + sh 'switch-auth.sh anxinyun' 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} .' + sh 'nerdctl build -t harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION} ./code/VideoAccess-VCMP/api ' sh 'nerdctl push harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}' }