-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable script-security
tests again
#1463
Conversation
|
Core bug? Locally [
org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval$ApprovedWhitelist,
org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.ProxyWhitelist,
org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist
].each {c ->
println "$c: ${ExtensionList.lookup(c)}"
}; null ⇒
Note that the acceptance-test-harness/src/test/java/plugins/ScriptSecurityPluginTest.java Lines 124 to 126 in 29e61b9
|
I get the same error locally from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Reverting #1444 since these should pass
as soon as jenkinsci/script-security-plugin#549 is deployednow that it is deployed.Fixes #1463