|
|
@ -9,9 +9,9 @@ pipeline { |
|
|
|
stage('Testing site......') { |
|
|
|
steps { |
|
|
|
buildName "#${BUILD_NUMBER} ~/iot/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
buildDescription "harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
sh 'nerdctl build -t harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION} ./code/web' |
|
|
|
sh 'nerdctl push harbor.anxinyun.cn/iot/${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}' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|