jenkins_update_job_config
Modify an existing Jenkins job by replacing its XML configuration. Specify the job name and the new config XML; optionally select a Jenkins instance.
Instructions
Update an existing job's XML configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Name of the Jenkins job | |
| instance | No | Jenkins instance name (optional — defaults to first configured instance) | |
| configXml | Yes | New Jenkins job XML configuration |