From 204d26a5c8620f90a9e2a6d279d791de0069bda5 Mon Sep 17 00:00:00 2001 From: Julin Date: Thu, 27 Apr 2023 16:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9E=84=E5=BB=BA=E7=9A=84?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/pep-stats-report/jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/pep-stats-report/jenkinsfile b/code/pep-stats-report/jenkinsfile index 319e0a8..f3231d7 100644 --- a/code/pep-stats-report/jenkinsfile +++ b/code/pep-stats-report/jenkinsfile @@ -11,9 +11,9 @@ pipeline { buildName '#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}' buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}' sh ''' - pwd - - nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} . + pwd + ls + nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ${JOB_NAME}/ nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ''' }