get_build_sourcecode
Retrieve pipeline source code for specific Jenkins builds to analyze configurations, debug issues, or review changes in CI/CD workflows.
Instructions
Get the pipeline source code of a specific build in Jenkins
Args: fullname: The fullname of the job build_number: The number of the build, if None, get the last build
Returns: str: The source code of the build
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| build_number | No |