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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -