our jenkins can serve this: http://jenkins:8000/view/all/job/my-cucumber/273/cucumber-living-documentation/
but returns a http 404 when trying to switch styles and effectively calling this:
http://jenkins:8000/view/all/job/my-cucumber/273/cucumber-living-documentation/themes/github.css
How to make jenkins to serve this url?
All googles point to CSP which has nothing to do with it. CSP is a header that says what a browser shall safely request on the page served.
But I want to know how to enable jenkins to allow directory browsing.