From 8c1992c70932c72602e8efbd8e832d28bd03da6c Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 9 Dec 2022 15:52:39 +0800 Subject: [PATCH] again --- jenkinsfile_poms_api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkinsfile_poms_api b/jenkinsfile_poms_api index 2349c6f..52a8d7b 100644 --- a/jenkinsfile_poms_api +++ b/jenkinsfile_poms_api @@ -6,11 +6,11 @@ pipeline { } stages { - stage('Testing projectManagement api......') { + stage('Testing dc api......') { steps { buildName '#${BUILD_NUMBER} ~/pep/${JOB_NAME}:${IMAGE_VERSION}' buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' - sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} .' + sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ./api' sh 'nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' }} }