Open jozala opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.
Author: | jozala |
---|---|
Assignees: | - |
Labels: | `DevOps`, `Pipelines`, `Service Attention` |
Milestone: | - |
route to service team
Any updates on this? We are having the same issue in our project.
Also having an issue with this while running az artifacts universal publish
devops service team should look into this
Any updates?
Describe the bug
It is not possible to download nor upload artifacts with
az pipelines
using official az CLI Docker image (mcr.microsoft.com/azure-cli:2.24.2).Command Name
az pipelines runs artifact download Extension Name: azure-devops. Version: 0.18.0.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az pipelines runs artifact download --organization {} --project {} --run-id {} --artifact-name {} --path {} --debug
Expected Behavior
Download artifact from Azure DevOps build.
Environment Summary
Additional Context
This log from debug seems to be the root cause:
It looks to me that
vsblob.visualstudio.com
does not return link to the Artifact Tool for Alpine Linux which is base of Docker image. If I will call this URL without "&distroName=alpine&distroVersion=3.13.5", it returns link to the tool properly.