Updating a Jenkins job with the Groovy Jenkins API Updating a Jenkins job with the Groovy Jenkins API jenkins jenkins

Updating a Jenkins job with the Groovy Jenkins API


Use AbstractItem#updateByXml for updating. Also note that you can create/update jobs by XML using REST API and Jenkins CLI.