From 8e2e910b5f125da12a3086ace25aab9d4b01ca1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8F=E9=81=87=E8=80=8C=E5=AE=89?= <164770707@qq.com> Date: Sun, 29 May 2022 17:25:50 +0000 Subject: [PATCH] update pipeline-docker.yml for Gitee Go updated_at:2022-05-29 17:25:50 --- .workflow/pipeline-docker.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.workflow/pipeline-docker.yml b/.workflow/pipeline-docker.yml index 29c0adf5..10490d6d 100644 --- a/.workflow/pipeline-docker.yml +++ b/.workflow/pipeline-docker.yml @@ -47,6 +47,26 @@ stages: - ./vue/dist strategy: retry: '0' + - name: stage-f5631c9e + displayName: 保存打包文件 + strategy: naturally + trigger: auto + executor: [] + steps: + - step: publish@general_artifacts + name: publish_general_artifact_java + displayName: 上传后端制品 + dependArtifact: BUILD_JAVA + artifactName: output + strategy: + retry: '0' + - step: publish@general_artifacts + name: publish_general_artifacts_vue + displayName: 上传前端制品 + dependArtifact: BUILD_VUE + artifactName: output + strategy: + retry: '0' - name: stage-59a550ac displayName: 构建镜像 strategy: naturally @@ -62,6 +82,9 @@ stages: tag: kerwincui/wumei-smart:1.01 dockerfile: ./docker/Dockerfile context: ./docker + artifacts: + - ${BUILD_JAVA} + - ${BUILD_VUE} isCache: true strategy: retry: '0'