dan
dan

Reputation: 913

Azure DevOps Pipeline - Unable to see artifacts with failed build

Azure DevOps pipelines changed recently and now I don't see a way to download artifact when a build fails - we have log files that are saved. Where can I see the artifacts?

Usually it was in the drop down on the right:

Azure devops pipeline details

It shows very clearly that it uploads an artifact in the log file:

publish artifacts in pipeline log

Upvotes: 1

Views: 1429

Answers (2)

user1451104
user1451104

Reputation: 153

OMG. I have been looking for this link for an hour. Its doesn't even say artefacts any more - its just a tiny icon which you are supposed to know is a link to the files. Microsoft please hire a new UX designer to fix this. The documentation or lack of it is shocking.

Upvotes: 2

Shamrai Aleksander
Shamrai Aleksander

Reputation: 16133

Try to open in the Artifacts (1 published) section:

enter image description here

Upvotes: 2

Related Questions