Skip to main content

Checking your Pipelines

Abstract

You can check out Pipeline builds on the Bitrise CI page. A Pipeline page shows all Stages and the Workflows within the Stages. You can also view and download artifacts generated by the Pipeline.

You can find your Pipelines on the Bitrise CI page. Clicking on a Pipeline build takes you to the Pipeline's page.

You can see the Stages of the Pipeline, as well as the Workflows that make up the Stages and their status. You can also find all the artifacts generated by a Pipeline.

pipeline-details.png

Checking the Workflows of a Pipeline

On the Workflows tab of the Pipeline build page, you can see all the individual Workflows that make up the Pipeline, with their status. To get to the page and check any particular Workflow:

  1. Open your project on Bitrise. 

  2. On the Builds page, find a Pipeline build and select it.

  3. On the Pipeline build page, click Edit Workflows. This takes you to the Workflow Editor.

    pipeline-details.png
  4. Click any Workflow that you want to check.

Checking the Workflows of a Pipeline using GitHub checks

You can check the details of any Workflow of your Pipeline directly from GitHub Checks: simply click on the Workflow in the Pipeline’s summary.

GitHubChecks.png

Checking the artifacts of a Pipeline

Like any build, Pipelines can generate build artifacts. All build artifacts generated by the Workflows of a Pipeline can be found on the Artifacts tab of the Pipeline details page.

  1. Open your project on Bitrise. 

  2. On the Builds page, find a Pipeline build and select it.

  3. On the Pipeline build page, go to the Artifacts tab.

  4. Click any Workflow that you want to check.