get_job_config
Retrieve the configuration of a specific Jenkins job by providing its fullname, enabling users to access job settings and parameters for review or integration purposes.
Instructions
Get specific job config from Jenkins
Args: fullname: The fullname of the job
Returns: str: The config of the job
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes |