Build Failure Analysis
get_build_failuresIdentify the failed task, host, and error message for a specific Zuul build by parsing job-output.json. Provide a build UUID or URL to retrieve precise failure details.
Instructions
Analyze a failed build — which task failed, on which host, with error message.
Parses job-output.json for precise failure data. Prefer diagnose_build for most use cases (adds classification and log context).
Args: uuid: Build UUID tenant: Tenant (default from env) url: Zuul build URL (alternative to uuid + tenant)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| uuid | No | ||
| tenant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |