get_build
Retrieve build details from a Jenkins job. Specify the job full name and optionally the build number to get specific build information.
Instructions
Get specific build info from Jenkins
Args: fullname: The fullname of the job number: The number of the build, if None, get the last build
Returns: The build info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||