get_build_scripts
Retrieve the scripts executed in a Jenkins build. Specify job full name and optional build number to get the list of scripts.
Instructions
Get the scripts used in 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 list of scripts used in the build
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | ||
| fullname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |