mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
update pipeline-java.yml for Gitee Go updated_at:2022-05-29 14:14:03
This commit is contained in:
@@ -15,7 +15,8 @@ stages:
|
|||||||
displayName: 构建后端
|
displayName: 构建后端
|
||||||
strategy: naturally
|
strategy: naturally
|
||||||
trigger: auto
|
trigger: auto
|
||||||
executor: []
|
executor:
|
||||||
|
- kerwincui
|
||||||
steps:
|
steps:
|
||||||
- step: build@maven
|
- step: build@maven
|
||||||
name: build_maven
|
name: build_maven
|
||||||
@@ -36,7 +37,8 @@ stages:
|
|||||||
displayName: 部署后端
|
displayName: 部署后端
|
||||||
strategy: naturally
|
strategy: naturally
|
||||||
trigger: auto
|
trigger: auto
|
||||||
executor: []
|
executor:
|
||||||
|
- kerwincui
|
||||||
steps:
|
steps:
|
||||||
- step: deploy@agent
|
- step: deploy@agent
|
||||||
name: deploy_agent
|
name: deploy_agent
|
||||||
@@ -54,6 +56,13 @@ stages:
|
|||||||
touch springboot
|
touch springboot
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
|
- step: publish@general_artifacts
|
||||||
|
name: publish_general_artifacts
|
||||||
|
displayName: 上传制品
|
||||||
|
dependArtifact: BUILD_JAVA
|
||||||
|
artifactName: springboot
|
||||||
|
strategy:
|
||||||
|
retry: '0'
|
||||||
strategy:
|
strategy:
|
||||||
blocking: true
|
blocking: true
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user