Skip to content

Conversation

@omerfarukdogan
Copy link

No description provided.

@asbjornu
Copy link
Member

asbjornu commented Oct 13, 2019

@arturcic, seems like this is failing due to the following:

##[error]Artifact storage already exists for build 1092.

The source seems to be the following:

- publish: $(System.DefaultWorkingDirectory)
displayName: 'Upload pipeline artifacts'
condition: eq( variables['Agent.OS'], 'Windows_NT' )
artifact: storage

The best would probably be to fail that task silently, or to not execute it at all on other branches than master. Thoughts?

@arturcic
Copy link
Member

The storage is needed, it is part of the build flow, it is used to store the artifacts between stages, We publish the artifacts on build stage and then later on consume them on the next stages. Usually that error happen when you retry a failed build windows job, as the windows job is publishing the artifacts, not the linux or macos. In that case it's better to trigger a new build for the same commit

@arturcic arturcic merged commit c560456 into GitTools:master Oct 15, 2019
@arturcic
Copy link
Member

Thank you so much for your contributions, @omerfarukdogan 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants