On Tuesday, July 21, 2015 at 4:17:51 PM UTC-4, David Resnick wrote: > > How can I have the workflow job script updated via Job DSL without having > to approve the script each time it changes? >
If the Job DSL plugin supports setting sandbox=true here, use that. However it would be a nice enhancement for the Job DSL integration to automatically approve a flow definition with sandbox=false that it creates. (Job DSL builds have unrestricted access to Jenkins so anything created that way can be assumed to be from a superuser. I am not even sure how you would secure a Jenkins installation containing this plugin, unless you are using only basic security levels like “any logged-in user”.) -- 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/aaf34d36-a8da-43a3-aa59-3c53d3774c3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
