Browse Source

更新 'jenkinsfile_web'

master
殷伟文 2 years ago
parent
commit
ccc1281855
  1. 6
      jenkinsfile_web

6
jenkinsfile_web

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

Loading…
Cancel
Save