×
There are potential pitfalls associated with each approach to scaling Jenkins, but with careful planning, many of them can be avoided or managed.
Jenkins scaling is based on the controller/agents model, where you have a number of agent instances and one main Jenkins instance called the controller that is ...
The following outlines these factors and how you can account for them when sizing your configuration. You are also provided sample configurations and the ...
Missing: availability multi
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 ...
Missing: scalability | Show results with:scalability
Agent/Master Access Control. Jenkins is used everywhere from workstations on corporate intranets, to high-powered servers connected to the public internet.
Missing: scalability | Show results with:scalability
Kubernetes' ability to orchestrate container deployment ensures that Jenkins always has the right amount of resources available. Hosting Jenkins on a Kubernetes ...
Missing: high | Show results with:high
Yes, if your Jenkins instance uses NFS, magnetic storage, runs many Pipelines at once, or shows high iowait. Yes, if you are running Pipelines with many steps ( ...
Missing: availability | Show results with:availability
Nov 21, 2016 · Symptom: Users report that the Jenkins instance periodically hangs, taking several seconds to handle normally fast requests. We may even see ...
Jenkins has several "hidden" features that can be enabled with system properties. This page documents many of them and explain how to configure them on your ...
Missing: scalability | Show results with:scalability
Available Stage Options​​ Specifying an execution timeout of one hour for the Example stage, after which Jenkins will abort the Pipeline run.
Missing: high scalability