×
In addition, those jobs must run successfully once before the shared library documentation will be generated. The Groovy source files in these directories get ...
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 ...
Remote access. A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/ ...
Set to true to allow CLI access via WebSocket connections without Origin header check (the default before introduction of this system property). Set to false to ...
The following steps will delete the configuration for security realm and authorization strategy. Make sure you have a backup, to be able to restore the ...
war manually with java -jar jenkins.war , all logging information by default is output to standard out. Many Jenkins native packages modify this behavior to ...
Missing: remote- | Show results with:remote-
Multibranch Pipeline: build multiple branches of a single repository automatically. Organization Folders: scan a GitHub Organization or Bitbucket Team to ...
For example, if you type "foo #53 console", you'll be taken to the console output page of the "foo" job build #53. If you have "XYZ" view, just type "XYZ" ...
Missing: /url | Show results with:/url
CSRF Protection in Jenkins. CSRF protection uses a token (called crumb in Jenkins) that is created by Jenkins and sent to the user. Any form submissions or ...
It has become increasingly common for code bases to rely on multiple different technologies. For example, a repository might have both a Java-based back-end API ...