hi!

I have this script, which works fine in the Jenkins Script Console:
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "sandbox 
allow-scripts allow-same-origin; default-src 'none'; img-src 'self' data: ; 
style-src 'self' 'unsafe-inline' data: ; script-src 'self' 'unsafe-inline' 
'unsafe-eval' ;")`

I need this to run on every startup.  Documentation provides examples of 
running groovy scripts from a designated folder on startup...on linux.  Is 
there an option for Windows, or do I have to translate this to arguments?  
How do I do that with this cryptic command?

Any help is appreciated!

-- 
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/f366d792-c1e9-4e54-b221-95ee47268018%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to