diff --git a/jenkinsfile_web b/jenkinsfile_web index dd81f31..32e1bb0 100644 --- a/jenkinsfile_web +++ b/jenkinsfile_web @@ -8,7 +8,7 @@ pipeline { stages { stage('Testing site......') { steps { - buildName "#${BUILD_NUMBER} ~/iot/${JOB_NAME}:${IMAGE_VERSION}" + buildName "#${BUILD_NUMBER} ~/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}" buildDescription "registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}" sh 'nerdctl build -t registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION} ./code/web' sh 'nerdctl push registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}'