Treasure Map for Azure DevOps at Scale: Azure Pipelines Part 3
Continuing our adventure focused on Azure Pipelines to manage YAML Multis-stage pipelines and respective environments and ours approvers on your Azure DevOps organization
Let’s continue our adventure focused on Azure Pipelines. And here, we talk about YAML Multi-stage pipelines. When we’ve linked these YAMLs with Environments and pre-checks approvals, we will soon have a large number of pipelines pending approval. Then we raise the following question:
How should we control this large approval flow in different team projects?
Today Azure DevOps does not deliver this functionality. But here, we create a report to manage these approvals (click on limk for more details).
- How to: Mapping YAML Multi-stage and Approvals Required on Azure DevOps: using this report, we will list all pipelines that depends some kind of approval. Therefore, we have a complete mapping above your pipelines, environments and stages, thus being able to seek the necessary approvals.
Well, this was my tenth big clue for us to explore the world of Azure DevOps at Scale. See you in the next challenge!!!