List failed builds
list_failed_buildsIdentify builds that failed or partially succeeded within a specified time range to quickly spot broken pipelines and recent failures.
Instructions
Find builds that failed or partially succeeded in the last N hours. Use this for questions like 'آیا build شکستخوردهای داشتیم؟', 'failed builds in the last 24 hours', 'what broke today?', 'build failures this week'. Returns: pipeline name, result, branch, who triggered it, and when it ran.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Azure DevOps project name or id. Defaults to AZDO_PROJECT if set. | |
| hours | No | Look back this many hours. Default: 24. | |
| includePartial | No | Include partiallySucceeded builds. Default: true. | |
| top | No | Max builds to return. Default: 50. |