get_build
Retrieve details of a specific Jenkins build by providing the job fullname and optionally the build number. If no number is given, gets the latest build.
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 | |||