Skip to content

Commit c34e862

Browse files
author
Steve Danielson
committed
Relocate "Navigating pipelines"
1 parent c04ac87 commit c34e862

5 files changed

+12
-26
lines changed

docs/pipelines/create-first-pipeline.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,11 @@ Learn more about [working with JavaScript](ecosystems/javascript.md) in your pip
242242
243243
1. Azure DevOps will automatically start a pipeline run. Wait for the run to finish.
244244
245-
---
245+
---
246+
247+
::: moniker-end
248+
249+
::: moniker range="> azure-devops-2019"
246250
247251
## View and manage your pipelines
248252
@@ -252,6 +256,10 @@ You can view and manage your pipelines by choosing **Pipelines** from the left-h
252256
253257
You can drill down and view pipeline details, run details, pipeline analytics, job details, logs, and more.
254258
259+
::: moniker-end
260+
261+
::: moniker range="azure-devops"
262+
255263
[!INCLUDE [include](includes/get-status-badge.md)]
256264
257265
::: moniker-end

docs/pipelines/get-started/clone-import-pipeline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For YAML pipelines, the process for cloning is to copy the YAML from the source
4242

4343
:::moniker range="> azure-devops-2019"
4444

45-
1. [Navigate](multi-stage-pipelines-experience.md#navigating-pipelines) to the [pipeline details](multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
45+
1. [Go](../create-first-pipeline.md#view-and-manage-your-pipelines) to the [pipeline details](multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
4646

4747
:::image type="content" source="media/pipeline-edit.png" alt-text="Edit pipeline.":::
4848

@@ -117,7 +117,7 @@ In a YAML pipeline, exporting from one project and importing into another is the
117117

118118
:::moniker range="> azure-devops-2019"
119119

120-
1. [Navigate](multi-stage-pipelines-experience.md#navigating-pipelines) to the [pipeline details](multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
120+
1. [Go](../create-first-pipeline.md#view-and-manage-your-pipelines) to the [pipeline details](multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
121121

122122
:::image type="content" source="media/pipeline-edit.png" alt-text="Edit pipeline.":::
123123

Binary file not shown.

docs/pipelines/get-started/multi-stage-pipelines-experience.md

-22
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,6 @@ monikerRange: '> azure-devops-2019'
1515

1616
The multi-stage pipelines experience brings improvements and ease of use to the Pipelines portal UI. This article shows you how to view and manage your pipelines using this new experience.
1717

18-
## Navigating pipelines
19-
20-
You can view and manage your pipelines by choosing **Pipelines** from the left-hand menu.
21-
22-
![View pipelines](media/pipelines-overview.png)
23-
24-
You can drill down and view pipeline details, run details, pipeline analytics, job details, logs, and more.
25-
26-
At the top of each page is a breadcrumb navigation bar. Select the different areas of the bar to navigate to different areas of the portal. The breadcrumb navigation is a convenient way to go back one or more steps.
27-
28-
![Breadcrumb navigation](media/breadcrumb-navigation.png)
29-
30-
1. This area of the breadcrumb navigation shows you what page you're currently viewing. In this example, the page is the run summary for run number **20191209.3**.
31-
2. One level up is a link to the [pipeline details](#view-pipeline-details) for that run.
32-
3. The next level up is the [pipelines landing page](#pipelines-landing-page).
33-
4. This link is to the **FabrikamFiber** project, which contains the pipeline for this run.
34-
5. The root breadcrumb link is to the Azure DevOps **fabrikam-tailspin** organization, which contains the project that contains the pipeline.
35-
36-
Many pages also contain a back button that takes you to the previous page.
37-
38-
![Pipelines back button](media/pipelines-back-button.png)
39-
4018
## Pipelines landing page
4119

4220
From the pipelines landing page you can view pipelines and pipeline runs, create and import pipelines, manage security, and drill down into pipeline and run details.

docs/pipelines/process/pipeline-default-branch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By default, a pipeline's default branch is the default branch of the repository.
1818

1919
To view and update the **Default branch for manual and scheduled builds** setting:
2020

21-
1. [Navigate](../get-started/multi-stage-pipelines-experience.md#navigating-pipelines) to the [pipeline details](../get-started/multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
21+
1. [Go](../create-first-pipeline.md#view-and-manage-your-pipelines) to the [pipeline details](../get-started/multi-stage-pipelines-experience.md#view-pipeline-details) for your pipeline, and choose **Edit**.
2222

2323
:::image type="content" source="media/pipeline-triggers/pipeline-edit.png" alt-text="Edit pipeline.":::
2424

0 commit comments

Comments
 (0)