getTestResults
Retrieve test results for a Jenkins build. Optionally filter to only failing tests or specify a build number.
Instructions
Retrieves the test results associated to a Jenkins build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobFullName | Yes | Full name of the Jenkins job | |
| buildNumber | No | Build number (omit for last build) | |
| onlyFailingTests | No | If true, only return failing tests |