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/035f26c6-609c-47b6-8a7c-b58211942f53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
