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: 构建后端
|
||||
strategy: naturally
|
||||
trigger: auto
|
||||
executor: []
|
||||
executor:
|
||||
- kerwincui
|
||||
steps:
|
||||
- step: build@maven
|
||||
name: build_maven
|
||||
@@ -36,7 +37,8 @@ stages:
|
||||
displayName: 部署后端
|
||||
strategy: naturally
|
||||
trigger: auto
|
||||
executor: []
|
||||
executor:
|
||||
- kerwincui
|
||||
steps:
|
||||
- step: deploy@agent
|
||||
name: deploy_agent
|
||||
@@ -54,6 +56,13 @@ stages:
|
||||
touch springboot
|
||||
strategy:
|
||||
retry: '0'
|
||||
- step: publish@general_artifacts
|
||||
name: publish_general_artifacts
|
||||
displayName: 上传制品
|
||||
dependArtifact: BUILD_JAVA
|
||||
artifactName: springboot
|
||||
strategy:
|
||||
retry: '0'
|
||||
strategy:
|
||||
blocking: true
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user