Skip to content

Commit c139eff

Browse files
authored
Merge pull request circleci#3878 from circleci/pipelines-updated-102819
Update pipelines.md
2 parents 3286294 + af5555a commit c139eff

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

jekyll/_cci2/pipelines.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,33 @@
11
---
22
layout: classic-docs
3-
title: "Pipelines"
4-
short-title: "Pipelines"
3+
title: "Viewing Pipelines"
4+
short-title: "Viewing Pipelines"
55
description: "Introduction to Pipelines"
66
categories: [getting-started]
77
order: 1
88
---
99

10-
This document provides a summary of the Pipelines page in the CircleCI app and
11-
documents some of the changes to the CircleCI user interface.
10+
This document provides a summary of the Pipelines page in the CircleCI app and documents some of the changes to the CircleCI user interface.
1211

1312
## Overview
1413

15-
You may have noticed some changes to CircleCI's web interface lately! We have
16-
some exciting changes that are rolling out regarding how your builds are being
17-
grouped and the user interface that presents that information.
14+
You may have noticed some changes to CircleCI's web interface lately. We have some exciting changes that are rolling out regarding how your builds are being grouped and the user interface that presents that information.
1815

1916
Let's begin by stating what a **Pipeline** is.
2017

21-
> Pipelines represents the entire configuration that is run when you trigger
22-
> work on your projects that use CircleCI. The entirety of a
23-
> `.circleci/config.yml` file is executed by a pipeline
18+
Pipelines represent the entire configuration that is run when you trigger work on your projects that use CircleCI. The entirety of a `.circleci/config.yml` file is executed by a pipeline.
2419

2520
Where you once saw the term `Jobs` in the sidebar, you will now see `Pipelines`.
2621

2722
![]({{ site.baseurl }}/assets/img/docs/pipelines-jobs-to-pipelines.png)
2823

29-
**Note:** If you would like to continue to use the old UI while it is still
30-
available you can temporarily opt out while the new UI is continually improved.
24+
**Note:** If you would like to continue to use the old UI while it is still available, you can temporarily opt out while the new UI is continually improved.
3125

3226
![]({{ site.baseurl }}/assets/img/docs/pipelines-opt-out-1.png)
3327

3428
## Jobs, Tests, Artifacts
3529

36-
A Pipeline is composed of Workflows, which are composed of Jobs. By navigating
37-
from a pipeline to a specific job, you can access your job output, test
38-
results and artifact results through several tabs.
30+
A pipeline is composed of workflows, which are composed of jobs. By navigating from a pipeline to a specific job, you can access your job output, test results and artifacts through several tabs.
3931

4032
![]({{ site.baseurl }}/assets/img/docs/pipelines-job-step-test-artifact.png)
4133

0 commit comments

Comments
 (0)