How can I disable Zip link in HTML publisher plugin in jenkins -
i using html publisher plugin jenkins. saw there link on top right corner of page downloads zip file entire report folder. there way can modify download , not there?
i have same problem everey , (i guess when update installed automatically jenkins).
after reading this (in particular section html publisher plugin) found following. executed groovy script below using script console:
system.setproperty("hudson.model.directorybrowsersupport.csp", "sandbox; img-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'unsafe-inline'; ") system.getproperty("hudson.model.directorybrowsersupport.csp")
Comments
Post a Comment