Forum Discussion

Jacob_Peterson's avatar
Jacob_Peterson
Tin Contributor
Sep 06, 2023

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.

5 Replies

  • Hi, I agree this would be useful. Azure DevOps pipelines do not currently behave like Azure resources with native tag metadata in the same way. As a workaround, I would keep metadata in pipeline YAML variables, naming conventions, folder structure, or a small inventory file in the repo, then use the REST API to combine that with pipeline data for reporting.

  • 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-ctx's avatar
    tobias-ctx
    Copper 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.

    • Jacob_Peterson's avatar
      Jacob_Peterson
      Tin Contributor
      Tagging an individual build in this way does have it's uses. However, I am looking to apply tags at the pipeline object level.