get_build_info
Retrieve specific build details from Jenkins by providing the job name and optional build number to access status, logs, and configuration data.
Instructions
Get specific build info from Jenkins
Args: fullname: The fullname of the job build_number: The number of the build, if None, get the last build
Returns: dict: The build info
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| build_number | No |