get_build_test_report
Retrieve the test report for a specified Jenkins build. Provide the job fullname and optional build number to obtain detailed test results.
Instructions
Get the test report of a specific build in Jenkins
Args: fullname: The fullname of the job number: The number of the build, if None, get the last build
Returns: The test report of the build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||