Forum Discussion
Allow Pipelines to have Tags/Metadata like Azure Resources
We need the ability to add metadata to Azure DevOps Pipelines such as “Domain”, “Capability”, “Team”, “SRE Owner”, etc. This information needs to be available in the pipeline/ api response. It would also be useful to have the ability to filter/search by this in the UI, but that is not important for my immediate use case.
Currently, to obtain this data, we are maintaining a separate reference table. It is not ideal.
4 Replies
- AndreCraig2514137Copper Contributor
How ever I have a solution next pay day! It is referred to ol fashion Friday after 5:00 time. Get it just head to the bank count tens until you got a idea clicking just jot down some old writings of hurricanes 'brain stormin' figure the remedy
- tobias-ctxCopper Contributor
It's quite frustrating that this is still not possible. Out of dozens of builds we have about half that need to be kicked off manually in a batch from time to time. We have a script to do this but need to constantly update it with new pipeline definition IDs. Would be great if we could just tag the builds somehow & have the script query them.
Seems not a straight forward way, may refer to below discussion for some insight:
- Jacob_PetersonCopper ContributorTagging an individual build in this way does have it's uses. However, I am looking to apply tags at the pipeline object level.