The Pipeline History displays a list of all runs executed by a pipeline. It also renders a real time, interactive, diagram of the pipeline and the results of its most current run.
Choose a Pipeline
To display the Pipeline History, go to Working with Pipelines, then click on one of the pipelines in the list.
Once you are viewing the Pipeline History, you can change which pipeline to display through the dropdown at the top of the view.
Select a Branch
When a pipeline source has been configured as a multibranch, you can select which branch's pipeline to view through a dropdown at the top of the view.
You can also use the branch dropdown to search for branches using wildcards.
For example:
To search for a branch that starts with "ABC", enter
ABC*
To search for a branch that ends with "ABC", enter
*ABC
For any branch that contains "ABC", enter
ABC
Note
Wildcard searches are limited to 50 search results.
View a Pipeline
The pipeline diagram is an interactive, visual representation of the pipeline config. Resources are displayed as circular icons, while steps are displayed in rectangles.
You can perform the following operations in the pipeline diagram:
Search a Pipeline
Click the search icon on the top-left corner to open the search bar. As you start entering text, the search bar shows the list of objects matching the search text and displays them in a dropdown list.
Once you select an item from the dropdown, the matching item in the diagram will be brought to the center and highlighted with a border. If the item appears in the diagram more than once, you can cycle through them using the arrow icons on the search bar or keyboard shortcuts (enter to iterate forward, shift + enter
to iterate backward).
To close the search bar, either click the x icon on the search bar or use the keyboard shortcut esc when the search input is focus.
In addition, you can use the pipeline dropdown to search for pipelines using wildcards.
For example:
To search for a pipeline that starts with "ABC", enter
ABC*
To search for a pipeline that ends with "ABC", enter
*ABC
For any pipeline that contains "ABC", enter
ABC
Note
Wildcard searches are limited to 50 search results.
Filter Steps
Use the filter field to filter steps by status.
In the Graph view, you can select multiple statuses and all the steps matching the selected status are highlighted.