Skip to content
Mobile Builds

Guides

Reading a build run

Last updated

The Runs tab pulls together build runs from every workflow on every app, in one list grouped by day.

The Runs tab in Mobile Builds listing build runs grouped under Today

Look further back

Tap the range button in the toolbar. Your choice is remembered.

Range menu offering Today, Last week, Last month, Last 3 months and Last year

Today is always available. The longer ranges need Mobile Builds+.

Open a run

Build run details in Mobile Builds showing branch, commit, commit message and timing

A run's details are split into four cards:

  • Header — build number, branch and commit.
  • Commits — the source commit's message, author and committer, plus a destination commit on pull request builds.
  • Timing — when it started and finished, how long it took, and why it ran: manual, a git reference change, a pull request, or a schedule.
  • Actions — one row per action, with its duration and any errors, warnings, analyzer warnings or test failures.

Tap an action row to see its test results, issues and artifacts.

Related