We're setting up a fresh instance of Jenkins and are finding that the "Resource root URL" is empty by default. I've read the Jenkins documentation on this and the (few) stackoverflow responses, but I'm still unclear how to fill this field. In our case, we are using a rented server instance with a dedicated external IP address (a dotted-quad) but without a domain name. BTW, the "Jenkins URL" seems to be properly set to our external dotted-quad address.
- What does a properly formatted "Resource root URL" look like?
- How does one set a "Resource root URL" without a domain name?
- The documentation mentions that a CSP (Content-Security-Policy) is supposed to be part of this. What is it and how does one set it up?
- In summary, what are the steps to building a "Resource root URL" for Jenkins?
Thanks!