×
(If a thread is a part of Jenkins and not serving any user request, like Executor{ }s, then it carries an almighty "system" Authentication object.) ACL, which ...
Missing: book/ | Show results with:book/
May 12, 2024 · A: You can disable the security from the config file (see https://www.jenkins.io/doc/book/security/access-control/disable/). Q: Why am I ...
Jenkins features a Groovy script console which allows one to run arbitrary Groovy scripts within the Jenkins controller runtime or in the runtime on agents. It ...
Jenkins home directory · Stop Jenkins completely. · Move the contents from the old JENKINS_HOME to the new location. · Set the JENKINS_HOME variable to the new ...
Missing: /url | Show results with:/url
Generating an SSH key pair · the machine on which your Jenkins controller runs · the host (if using containers) · a machine on which you have an agent running · or ...
Missing: disable/ | Show results with:disable/
Jenkins provides two methods for installing plugins on the controller: Using the "Plugin Manager" in the web UI. Using the Jenkins CLI install-plugin command.
The command line interface can be accessed over SSH or with the Jenkins CLI client, a .jar file distributed with Jenkins. This document assumes Jenkins 2.54 or ...
System Configuration group. Screens for configuring resources for your Jenkins instance. System. Configure global settings and paths for the Jenkins instance.
Agents manage the task execution on behalf of the Jenkins controller by using executors. An agent is a small (170KB single jar) Java client process that ...
This protection is provided by the Script Security plugin. As soon as an unsafe method is used in any of the scripts, the administrator can use the "In-process ...