another option to batch modify tons of jobs is to use the jenkins-job-builder (http://docs.openstack.org/infra/jenkins-job-builder/index.html). tons of examples in the doc as well.
On Thursday, December 10, 2015 at 8:16:53 AM UTC-8, Victor Martinez wrote: > > You can 'easily' modify your jobs via groovy Jenkins api and inject the > job property, in order to do that you will need to look at the source code > of that particular plugin: > > > https://github.com/jenkinsci/authorize-project-plugin/blob/master/src/main/java/org/jenkinsci/plugins/authorizeproject/AuthorizeProjectProperty.java > > Might help you > > If you need further details you can have a look at the scriptler and > groovy post build plugins, there are a bunch of examples > > I hope it helps > > Cheers > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f2b1e751-25f6-451a-99dc-1be55d20a06a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
