Azure-devops-cli-extension: [Bug] Parameter issue in "az pipelines runs artifact list"

Created on 7 May 2019  路  6Comments  路  Source: Azure/azure-devops-cli-extension

Referring to https://github.com/Azure/azure-cli-extensions/issues/676

I'm trying to get all artifacts for a given buildId. I use the following command:

az pipelines runs artifact list --run-id [BuildId] --org "https://dev.azure.com/[MyOrg]" --project "[MyProject]"

however it throws the error, that you can see in the referenced issue. However I figured out there's probably a parameter mapping problem. If i switch "--project" and "--run-id" it works:

az pipelines runs artifact list --project [BuildId] --org "https://dev.azure.com/[MyOrg]" --run-id "[MyProject]"

Please fix this!!

bug ProToCol

Most helpful comment

Thanks for reporting this @s-bauer . We will fix this ASAP

All 6 comments

@s-bauer : can you please share debug logs?
az pipelines runs artifact list --run-id [BuildId] --org "https://dev.azure.com/[MyOrg]" --project "[MyProject]" --debug

@gauravsaralMs There u go: https://gist.github.com/s-bauer/485dfd250c61656d8b37e6c6db6effe2
Again, if I switch the value of the parameters "--run-id" and "--project" it gives the correct result!

Thanks for reporting this @s-bauer . We will fix this ASAP

Fix is checked in. It should be available in the next release 0.9.0 and later.

@atbagga When will 0.9.0 be released? Any eta yet?

Release ETA: Mid or end of next week.

If it is for your personal machine. I can share a extension build now which you can use.
Let me know if that would help.

Was this page helpful?
0 / 5 - 0 ratings