get_build_parameters
Retrieve build parameters from a Jenkins job by specifying the job name and optional build number. Get the parameter names and values for a specific or latest build.
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 |
|---|---|---|---|
| number | No | ||
| fullname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||