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}' }} }