When an Azure DevOps pipeline contains hundreds of stages, navigating the pipeline UI can become challenging for several reasons.
- * Finding a specific stage among hundreds can be difficult.
- * Extensive horizontal and vertical scrolling is often required.
- * Failed stages are harder to identify in a large pipeline.
- * Navigation more difficult for users.
To address these challenges, Azure DevOps has introduced a new feature that makes navigating large pipelines much easier.
Prerequisites:
An Azure DevOps pipeline with multiple stages.
Trigger a new pipeline run.
On the left-hand side of the pipeline view, there is a new navigation panel that lists all pipeline stages.
Click any stage in the panel to quickly navigate directly to that stage, to eliminate the need for excessive scrolling.
This enhancement improves the usability of large pipelines, making it easier to locate stages, identify failures, and navigate through complex pipeline stages
No comments:
Post a Comment