jenkins_get_test_results
Retrieves test results (pass/fail counts, test suites) for a specified Jenkins build using job name and build number.
Instructions
Get test results for a build (pass/fail counts, test suites)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Name of the Jenkins job | |
| instance | No | Jenkins instance name (optional — defaults to first configured instance) | |
| buildNumber | Yes | Build number |