Skip to content

Commit c70c148

Browse files
author
Steve Danielson
committed
Reorganize sections and add link to prereqs
1 parent 26b5f34 commit c70c148

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/pipelines/create-first-pipeline.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,15 @@ The details page for a pipeline allows you to view and manage that pipeline.
282282
283283
Choose **Edit** to edit your pipeline. For more information, see [YAML pipeline editor](get-started/yaml-pipeline-editor.md).
284284
285-
### Jobs and stages
285+
### View pipeline run details
286+
287+
From the pipeline run summary you can view the status of your run, both while it is running and when it is complete.
288+
289+
![Pipeline run summary](get-started/media/pipeline-run-summary.png)
290+
291+
From the summary pane you can view job and stage details, download artifacts, and navigate to linked commits, test results, and work items.
292+
293+
#### Jobs and stages
286294
287295
The jobs pane displays an overview of the status of your stages and jobs. This pane may have multiple tabs depending on whether your pipeline has stages and jobs, or just jobs. In this example, the pipeline has two stages named **Build** and **Deploy**. You can drill down into the pipeline steps by choosing the job from either the **Stages** or **Jobs** pane.
288296
@@ -296,14 +304,6 @@ From the steps view, you can review the status and details of each step. From th
296304
297305
![Pipeline tasks more actions menu](get-started/media/pipeline-steps-context-menu.png)
298306
299-
### View pipeline run details
300-
301-
From the pipeline run summary you can view the status of your run, both while it is running and when it is complete.
302-
303-
![Pipeline run summary](get-started/media/pipeline-run-summary.png)
304-
305-
From the summary pane you can download artifacts, and navigate to linked commits, test results, and work items.
306-
307307
#### Cancel and re-run a pipeline
308308
309309
If the pipeline is running, you can cancel it by choosing **Cancel**. If the run has completed, you can re-run the pipeline by choosing **Run new**.

docs/pipelines/includes/prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Make sure you have the following items:
1414
* An Azure DevOps organization. [Create one for free](../get-started/pipelines-sign-up.md).
1515
If your team already has one, then make sure you're an administrator of the Azure DevOps project that you want to use.
1616

17-
* An ability to run pipelines on Microsoft-hosted agents. You can either purchase a [parallel job](../licensing/concurrent-jobs.md) or you can request a free tier.
17+
* An ability to run pipelines on Microsoft-hosted agents. You can either purchase a [parallel job](../licensing/concurrent-jobs.md) or you can [request a free tier](../troubleshooting/troubleshooting.md#check-for-available-parallel-jobs).

0 commit comments

Comments
 (0)