get_build_test_report
Retrieve the test report for a Jenkins build by providing the job fullname and optional build number. Defaults to the latest build if no number is specified.
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 |
|---|---|---|---|
| number | No | ||
| fullname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||