×
Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed. About ...
Missing: book/ | Show results with:book/
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Missing: book/ | Show results with:book/
Query the test-results of a completed build. Get objects representing the latest builds of a job. Search for artifacts by simple criteria. Block until jobs are ...
User Content · Note that these files are not subject to any access controls beyond requiring Overall/Read access. · See Git userContent plugin for how to manage ...
Cross-Site Request Forgery (CSRF or XSRF) is a type of security vulnerability in web applications. Without protection from CSRF, a Jenkins user or ...
Jenkins Parameters. Jenkins initialization can also be controlled by run time parameters passed as arguments. Command line arguments can adjust networking, ...
The Manage Jenkins >> System Information page provides detailed information about what is available on this Jenkins instance: System Properties that can be used ...
Missing: access- | Show results with:access-
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 ...
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 ...
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 ...