get_failed_tests
Retrieve failed tests from a Jenkins build with error details. Control output via job name, build number, limit, and format.
Instructions
Get list of failed tests from a build with error details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| number | No | Build number or 'last' | last |
| limit | No | Maximum number of failed tests to return | |
| format | No | Output format | summary |