keesschollaart81 / AzureCostInsights.Marketplace

Azure Cost Insights - A widget for Azure DevOps (Maintenance repo)
https://marketplace.visualstudio.com/items?itemName=keesschollaart.AzureCostInsights
25 stars 8 forks source link

No items in Build Definition when adding Widget #29

Open strandbergmathias opened 4 years ago

strandbergmathias commented 4 years ago

We are using Azure DevOps. I have successfully added and executed: Repo with YAML file for build pipeline. Build pipeline with Download Cost and Publish Cost tasks.

But when trying to add a Widget in a Dashboard in Azure DevOps, there are no items in Build Definition. The comment indicates that it should be the output of the build pipeline.

Do I miss something?

pisten commented 3 years ago

image

Same problem here. And I see double arrows/triangles to open/close the drop down.

And for the record, I don't see any pipeline no matter how much I search..

And considering the above comment is 5 months old, I have no hope on getting help here really :(

pisten commented 3 years ago

@keesschollaart81 ?

mbrouwer commented 3 years ago

I found that you can only see non-yaml build definitions even though the example is in yaml.

I see its also referenced in #20

Prybe commented 3 years ago

same here BUT... I created a non-yaml pipeline to download the data. not working, pipeline was not shown in the dropdown.

But it was my fault. I forgot to add the publish data task. After that change and run again everysthing was fine ..

image