Build Status List
CI pipeline list with branch, commit message, status Badges, duration, a running progress bar, and a view-logs affordance on failed builds.
CI pipeline list with branch, commit message, status Badges, duration, a running progress bar, and a view-logs affordance on failed builds.
Search blocks by description or jump to a page.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Build Status List is the CI pipeline view for acme-app, six builds across main and feature branches. The running build (bld_0421) shows commit 5e27ee5, Migrate audit log to append-only table, triggered by Avery Stone at Jun 13 14:00, with a Progress bar at 58% and a pulsing dot in the badge. The failed build (bld_0419) on feature/api-console shows Add request builder to developer tools by Maya Chen with a View logs button. Completed rows list duration in tabular-nums. The cancelled Riley Parker build on feature/stripe shows 0m 12s and the cancelled badge.
Builds are one typed const array with a progress field that renders a Progress bar only when status is running. The status badge variants are a Record so running, success, failed, and cancelled each read differently without any colour tokens.
Reach for this block on a CI or deployments page, wired to your pipeline API. Poll or subscribe for status changes on the running row; the View logs button should deep-link to the log viewer scoped to that build ID.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the repository-level pipeline list. Other build status surfaces:
Tip: show duration even on running builds so engineers can gauge whether it is stalling before it times out.