Viewing 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:
Searching a Pipeline
The search bar can opened by either clicking on the search icon on the top-right corner of the diagram.
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 yellow 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).
The search bar can be closed by clicking on the x
icon on the search bar or by using the keyboard shortcut esc
when the search input is focus.
Zooming a Pipeline
While the diagram gives you a full view of your entire pipeline, you might want to zoom in to focus on specific sections in detail.
Click the
button to expand the pipeline diagram and enter zoom mode.You can zoom in or out of any part of the pipeline with your mouse scroll wheel or with pinch-to-zoom on your mouse keypad:
Click the
button to reset the zoom level.Click the
button to exit zoom mode.Information about a Step or Resource
Click on any of the pipeline elements to display summary information about that element.
Triggering and Canceling a Step
You can click any step to manually trigger a step or cancel one that has been triggered.
For more information on these facilities, see Running a Pipeline.
View Pipeline YAML
Click the
button to to view the pipeline config in a pop-up window.Open Pipeline Source
Click the
button to open a new tab in your web browser for the GitRepo pipeline source where the pipeline config is stored.Runs History
The Runs section of the pipeline view lists every run of the pipeline.
Status | The completion status of the run. |
Run Number | The sequential number of the run in the history. |
Duration | The total execution time of the run. |
Triggered At | Date and time that the run commenced execution. |
Triggered By | The source of the trigger. Either the triggering resource, or the username if the run was triggered manually. |
Filtering the Run History
Select the filter in the dropdown box to list only those runs in the history whose outcome matches a particular status. The filter defaults to "All" to display all runs in the history.
Viewing Run Logs
Click the row of any run to invoke the Pipeline Run Logs view for that run. In that view, you can browse the log of execution, test results, and other information for steps in the pipeline.
You can also invoke the Pipeline Run Logs view for the most current run by clicking a step in the pipeline diagram, then in the resulting information box for that step click "View Logs".