The Configuration Slicing PlugIn is also pretty good for modifying existing jobs. https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin
-Kelly From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gareth Bowles Sent: Monday, October 08, 2012 12:06 PM To: jenkinsci-users@googlegroups.com Subject: Re: Global Job Configuration Take a look at the Job DSL plugin<https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin> - it's pretty new so you may need to extend the code yourself, but it will do exactly what you're asking. On Monday, October 8, 2012 9:29:39 AM UTC-7, Chris Wozny wrote: All, I was wondering if it is possible to have a single job configuration for multiple jobs or even specify certain sections such as Poll SCM settings, Pre-build steps, etc for multiple jobs. We're currently using the ClearCase plugin and we'd also like to be able to specify a single config spec and load rules for multiple jobs we have. I saw that there was a request for this feature in March of 2009, did anything come from that? Thanks, Chris