list_builds
Search and filter Zuul CI builds by project, pipeline, job, branch, result, or other criteria to retrieve compact build summaries for debugging and monitoring.
Instructions
Search builds with filters. Returns compact build summaries.
Args: tenant: Tenant name (uses default if empty) project: Filter by project name pipeline: Filter by pipeline name job_name: Filter by job name change: Filter by change number branch: Filter by branch name patchset: Filter by patchset ref: Filter by git ref result: Filter by result (SUCCESS, FAILURE, TIMED_OUT, SKIPPED, etc.) limit: Max results, 1-100 (default 20) skip: Offset for pagination (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant | No | ||
| project | No | ||
| pipeline | No | ||
| job_name | No | ||
| change | No | ||
| branch | No | ||
| patchset | No | ||
| ref | No | ||
| result | No | ||
| limit | No | ||
| skip | No |