×
The Jenkins controller is the original node in the Jenkins installation. The Jenkins controller administers the Jenkins agents and orchestrates their work, ...
Jenkins Handbook · User Handbook Overview · Installing Jenkins · Docker · Kubernetes · Platform Information · Java Support Policy · Linux Support Policy · Using ...
Missing: /url | Show results with:/url
This chapter contains topics for typical Jenkins users (of all skill levels) about Jenkins usage which is outside the scope of the core Jenkins features: ...
Missing: /url | Show results with:/url
Agents manage the task execution on behalf of the Jenkins controller by using executors. ... I/O throughput carefully when running multiple executors on a node.
Document Jenkins on Kubernetes. Security. Overview ... Execute the Pipeline, or stage, on an agent available in the Jenkins environment with the provided label.
Once a Jenkins manager (i.e. a Jenkins user who administers a Jenkins site) adds/configures these credentials in Jenkins, the credentials can be used by ...
The procedures in this chapter are for new installations of Jenkins. Jenkins is typically run as a standalone application in its own process. The Jenkins WAR ...
Remote access API is offered in a REST-like style. That is, there is no single entry point for all features, and instead they are available under the ".
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: /url | Show results with:/url
Jenkins Pipeline exposes environment variables via the global variable env , which is available from anywhere within a Jenkinsfile . The full list of ...