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