张 巡 1 year ago
parent
commit
c57b8bbf18
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deploy/Jenkinsfile

+ 2 - 0
deploy/Jenkinsfile

@@ -17,6 +17,7 @@ pipeline {
           echo "构建 Docker 镜像阶段"
           sh 'echo "nameserver 114.114.114.114" >> /etc/resolv.conf'
           sh 'docker build --target image-idcprod -t ${IMAGE_REPO}/aihub-backend:sxtest --output type=docker .'
+          sh 'docker build --target image-idctest  -t ${IMAGE_REPO}/aihub-backend:${ENV_APP} --output type=docker .'
           echo "build success"
         }
         script {
@@ -30,6 +31,7 @@ pipeline {
           echo "Push Docker 镜像阶段"
           sh'docker images'
           sh 'docker push ${IMAGE_REPO}/aihub-backend:sxtest '
+          sh 'docker push ${IMAGE_REPO}/aihub-backend:${ENV_APP} '
           echo "Push image success"
         }
         script {