mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
update pipeline-docker.yml for Gitee Go updated_at:2022-05-29 17:25:50
This commit is contained in:
@@ -47,6 +47,26 @@ stages:
|
|||||||
- ./vue/dist
|
- ./vue/dist
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
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
|
- name: stage-59a550ac
|
||||||
displayName: 构建镜像
|
displayName: 构建镜像
|
||||||
strategy: naturally
|
strategy: naturally
|
||||||
@@ -62,6 +82,9 @@ stages:
|
|||||||
tag: kerwincui/wumei-smart:1.01
|
tag: kerwincui/wumei-smart:1.01
|
||||||
dockerfile: ./docker/Dockerfile
|
dockerfile: ./docker/Dockerfile
|
||||||
context: ./docker
|
context: ./docker
|
||||||
|
artifacts:
|
||||||
|
- ${BUILD_JAVA}
|
||||||
|
- ${BUILD_VUE}
|
||||||
isCache: true
|
isCache: true
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user