get_test_results
Retrieve test results from Jenkins builds to analyze pass/fail status, filter by test case outcomes, and monitor build quality.
Instructions
Get test results from a specific build in Jenkins
Args: fullname: The fullname of the job build_number: The number of the build, if None, get the last build status_filter: Filter test cases by status. Can be one or more of: PASSED, SKIPPED, FAILED, FIXED, REGRESSION
Returns: dict: The test results including pass/fail counts and detailed test case information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| build_number | No | ||
| status_filter | No |