Skip to content

Commit

Permalink
update pipeline-20240129_pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiu-xiao authored and gitee-org committed Jan 29, 2024
1 parent e89bbee commit fb9c039
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .workflow/pipeline-20240129_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ triggers:
- master
stages:
- name: stage-4d07c82f
displayName: 未命名
displayName: build
strategy: naturally
trigger: auto
executor: []
Expand All @@ -30,18 +30,35 @@ stages:
notify: []
strategy:
retry: '0'
- name: stage-87689e6d
displayName: upload
strategy: naturally
trigger: auto
executor: []
steps:
- step: publish@general_artifacts
name: publish_general_artifacts
displayName: 上传制品
dependArtifact: BUILD_ARTIFACT
artifactName: firmware
notify: []
strategy:
retry: '0'
- name: stage-6f7f1ad3
displayName: 未命名
displayName: publish
strategy: naturally
trigger: auto
executor: []
steps:
- step: publish@release_artifacts
name: publish_release_artifacts
displayName: 发布
dependArtifact: BUILD_ARTIFACT
dependArtifact: firmware
version: 1.0.0.0
autoIncrement: true
notify: []
strategy:
retry: '0'
strategy:
cloneDepth: 1
blocking: true

0 comments on commit fb9c039

Please sign in to comment.