list_buildsets
Search groups of builds triggered by single events in Zuul CI. Filter by project, pipeline, change, branch, or result to debug build failures and monitor CI/CD workflows.
Instructions
Search buildsets (groups of builds triggered by a single event).
Args: tenant: Tenant name (uses default if empty) project: Filter by project pipeline: Filter by pipeline name change: Filter by change number branch: Filter by branch name ref: Filter by git ref result: Filter by result limit: Max results, 1-100 (default 20) skip: Offset for pagination include_builds: Fetch full details (builds, events) for each buildset. Saves a separate get_buildset call per result, but slower for large result sets. Best with limit <= 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant | No | ||
| project | No | ||
| pipeline | No | ||
| change | No | ||
| branch | No | ||
| ref | No | ||
| result | No | ||
| limit | No | ||
| skip | No | ||
| include_builds | No |