Skip to content

Commit

Permalink
[7.0] Append job attempt number to log artifact name to get rid of fi…
Browse files Browse the repository at this point in the history
…le exists failure on reattempts (#99711)

* Append job attempt number to log artifact name to get rid of file exists failure on reattempts.

* Revert unrelated change
  • Loading branch information
carlossanlop authored Mar 13, 2024
1 parent 5a958ed commit b6e8c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
dependsOn: []
PublishRidAgnosticPackagesFromPlatform: ''
isOfficialBuild: false
logArtifactName: 'Logs-PrepareSignedArtifacts'
logArtifactName: 'Logs-PrepareSignedArtifacts_Attempt$(System.JobAttempt)'

jobs:
- job: PrepareSignedArtifacts
Expand Down

0 comments on commit b6e8c6a

Please sign in to comment.