It seems the https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin has been installed and enabled, therefore you need to whitelist those methods. Or even using the https://wiki.jenkins-ci.org/display/JENKINS/Permissive+Script+Security+Plugin plugin in case you would like to grant access to all those internal methods.
Cheers On Friday, 21 April 2017 01:09:54 UTC+1, Victoria Kozel wrote: > > Hello, > > I am writing a simple groovy script to display role-based choices in the > Extensible Choice. I get > > org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts > not permitted to use staticMethod jenkins.model.Jenkins getInstance > > > when calling > > > def authStrategy = Jenkins.instance.getAuthorizationStrategy() > > > I am not sure I understand the reason for this, but my question is - Is there > a workaround for this error? > > > Thank you!! > > Vicki > > -- 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/5d8b5c6f-660d-4be2-8e85-dfdc4218fa81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
