Skip to main content

Checking your Pipelines

You can find your Pipelines on the Dashboard. Your apps’ builds will be marked either as standalone or as Pipeline. Click on a Pipeline build to take you to the Pipeline details page.

pipeline-vs-standalone.png

On the Pipeline details 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.

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 app on Bitrise. 

  2. Go to the Builds tab.

  3. Find a Pipeline build and select it. Pipeline builds are marked with (pipeline).

    pipeline-vs-standalone-build-page.png
  4. On the Pipeline build page, go to the Workflows tab.

  5. 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 app on Bitrise. 

  2. Go to the Builds tab.

  3. Find a Pipeline build and select it. Pipeline builds are marked with (pipeline).

    pipeline-vs-standalone-build-page.png
  4. On the Pipeline build page, go to the Artifacts tab.

  5. Click any Workflow that you want to check.