|
|
@ -6,13 +6,12 @@ pipeline { |
|
|
|
} |
|
|
|
|
|
|
|
stages { |
|
|
|
stage('Testing iot_auth ......') { |
|
|
|
stage('Testing site......') { |
|
|
|
steps { |
|
|
|
sh 'switch-auth.sh anxinyun' |
|
|
|
buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
buildDescription "registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
sh 'docker build -t registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./code/web' |
|
|
|
sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}' |
|
|
|
buildName "#${BUILD_NUMBER} ~/fs-edge/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
buildDescription "harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION}" |
|
|
|
sh 'nerdctl build -t harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION} ./code/web' |
|
|
|
sh 'nerdctl build -t harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION}' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|