On Thu, Mar 12, 2020 at 4:11 PM Ullrich Hafner <[email protected]> wrote: > Or what plugin I need to rebuild?
https://github.com/jenkinsci/script-security-plugin/blob/2eea1479927d091088b214c651b5c9d9ffa5603d/src/main/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval.java#L116-L118 but from your log I think the issue is that you are making web requests after the `script-security` plugin has been loaded but not fully initialized. Wait for plugin installation to complete. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr0bjaRS2YF%2BZ%2Bz8G40vthcbk_JFUapGhKp0wq2A8MCF%2Bg%40mail.gmail.com.
