get_build_parameters
Retrieve the parameters of a specific Jenkins build by job fullname and optional build number. Returns parameter names and values.
Instructions
Get the parameters 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: A dictionary of build parameter names and their values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||