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.