Skip to content

Fix typo #1853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 15, 2019
Merged

Fix typo #1853

merged 2 commits into from
Oct 15, 2019

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 👍

@arturcic arturcic added this to the 5.1.0 milestone Oct 15, 2019
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