Skip to content

Commit

Permalink
only publish the artefacts once and not on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Jan 6, 2025
1 parent 3dbd068 commit 70888cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5096,6 +5096,7 @@ stages:
- task: PublishPipelineArtifact@1
displayName: Publish Docker images artifact
condition: eq( variables['System.JobAttempt'], 1 ) # Only publish once
inputs:
path: 'docker-images'
artifactName: 'docker-images'
Expand Down

0 comments on commit 70888cb

Please sign in to comment.