Skip to content

Commit b0c98d8

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
Learn Build Service GitHub App
authored and
Learn Build Service GitHub App
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-devops-docs-pr (branch live)
2 parents 54da9e2 + ae4927a commit b0c98d8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/pipelines/process/expressions.md

+12
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,18 @@ stages:
786786
> By default, each stage in a pipeline depends on the one just before it in the YAML file.
787787
> If you need to refer to a stage that isn't immediately prior to the current one, you can override this automatic default by adding a `dependsOn` section to the stage.
788788

789+
::: moniker-end
790+
791+
::: moniker range=">=azure-devops"
792+
793+
Stage dependencies are displayed for pipeline runs. When a stage is expanded, you can see the execution order and upstream requirements. Stage CUS3 is dependent on WUS1, WUS2, and WUS3.
794+
795+
:::image type="content" source="media/stage-dependency-visualization.png" alt-text="Screenshot of stages showing dependencies. ":::
796+
797+
::: moniker-end
798+
799+
::: moniker range=">=azure-devops-2020"
800+
789801
### Job to job dependencies within one stage
790802

791803
At the job level within a single stage, the `dependencies` data doesn't contain stage-level information.
Loading

0 commit comments

Comments
 (0)