jenkins_update_job_config
Update a Jenkins job's entire configuration by replacing its config.xml with new XML content. Specify the job name and provide the new XML to apply changes to the job's settings directly.
Instructions
Update a job's XML configuration (config.xml).
⚠️ This replaces the entire job configuration.
Args: job_name: Full job name config_xml: New XML configuration content session_name: Jenkins session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| config_xml | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |