Skip to content

Commit 28c5d84

Browse files
authored
Merge pull request #190 from argos-ci/document-builds-list
feat: document builds list
2 parents e7b41b1 + 8c1fd16 commit 28c5d84

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
slug: /builds-list
3+
sidebar_label: Builds list
4+
---
5+
6+
import buildsList from "./builds-list.png";
7+
8+
# Builds list
9+
10+
The Builds list is the main view for tracking every Argos build in a project. It helps you scan status, drill into a specific build, and filter down to exactly the runs you care about.
11+
12+
<img
13+
src={buildsList}
14+
alt="Builds list showing build rows with status badges, change counts, and filters"
15+
className="rounded border"
16+
style={{ marginBottom: 20 }}
17+
/>
18+
_A project Builds list with status badges, change counts, and filters_
19+
20+
## Open the Builds list
21+
22+
1. Open your project in Argos.
23+
2. Click the **Builds** tab.
24+
25+
## What each row shows
26+
27+
Each row represents a single build and typically includes:
28+
29+
- **Build ID** and status (for example: Auto-approved, Approved, Changes detected, or Rejected).
30+
- **Change counts** for the build (changes, additions, and removals when applicable).
31+
- **Pull request metadata** when the build is linked to a PR.
32+
- **Branch and commit** information.
33+
- **Timestamp** for when the build was created.
34+
35+
## Filters
36+
37+
Use the filters at the top of the page to narrow the list:
38+
39+
- **Type**: Filter by build category (for example: check, orphan, or auto-approved builds).
40+
- **Status**: Filter by review state (for example: approved, changes detected, or rejected).
41+
- **Build name**: Filter to a specific build name when your CI splits builds (see [Build splitting](/build-splitting)).
42+
43+
Build names in the filter are sourced from builds created in the **last month**. Builds can't be deleted, but unused build names drop out of the filter list after about a month of inactivity.
44+
45+
## FAQ
46+
47+
**Can I delete a build?**
48+
No. Builds are immutable records and cannot be deleted.
49+
50+
**Why did a build name disappear from the filter?**
51+
The build name list only includes names used in builds created within the last month. If a build name has no recent activity, it will no longer appear.
453 KB
Loading

0 commit comments

Comments
 (0)