×
Description: Determines the Content Security Policy header sent for static files served by Jenkins. Only affects instances that don't have a resource root URL ...
Navigate to the Manage Jenkins > Plugins page in the web UI. · Click on the Advanced tab. · Choose the .hpi file from your system or enter a URL to the archive ...
It is defined by the Jenkins URL specified in the global configuration. --httpsListenAddress=$HTTPS_HOST. Binds Jenkins to listen for HTTPS requests on the IP ...
On the new agent node's Jenkins page, note the agent command line shown. It will be like: java \ -jar agent.jar \ -url <Jenkins URL> \ -secret <secret key> \ ...
System Information · Jenkins Features Controlled with ... Jenkins URL, for example: % curl -Lv https ... Go into Manage Jenkins > System Log > Add new log recorder.
You can specify a different file to view by typing the full pathname into the Path or URL field. You can specify a different location or a different file name ...
A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/ . curl example via bash. curl -d "script=< ...
The Jenkins controller and the reverse proxy must use the same context path. For example, if the Jenkins controller URL is https://www.example.com/jenkins ...
The /whoAmI/ URL allows determining who the current user is. It is available to users without permissions to troubleshoot permissions issues. /wsagents/ handles ...
Managing Jenkins with Chef ... The following Groovy code shows how to authenticate to Jenkins and get some system info: ... url: baseJenkinsUrl + "/crumbIssuer/api/ ...