|
1 | 1 | ---
|
2 | 2 | layout: classic-docs
|
3 |
| -title: "Pipelines" |
4 |
| -short-title: "Pipelines" |
| 3 | +title: "Viewing Pipelines" |
| 4 | +short-title: "Viewing Pipelines" |
5 | 5 | description: "Introduction to Pipelines"
|
6 | 6 | categories: [getting-started]
|
7 | 7 | order: 1
|
8 | 8 | ---
|
9 | 9 |
|
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. |
12 | 11 |
|
13 | 12 | ## Overview
|
14 | 13 |
|
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. |
18 | 15 |
|
19 | 16 | Let's begin by stating what a **Pipeline** is.
|
20 | 17 |
|
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. |
24 | 19 |
|
25 | 20 | Where you once saw the term `Jobs` in the sidebar, you will now see `Pipelines`.
|
26 | 21 |
|
27 | 22 | 
|
28 | 23 |
|
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. |
31 | 25 |
|
32 | 26 | 
|
33 | 27 |
|
34 | 28 | ## Jobs, Tests, Artifacts
|
35 | 29 |
|
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. |
39 | 31 |
|
40 | 32 | 
|
41 | 33 |
|
|
0 commit comments