Build Failure Analysis
get_build_failuresParse job-output.json to identify the failed task and host for a given build UUID or URL, enabling quick failure analysis.
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 |