×
Feb 1, 2017 · Consider existing plugins for external integrations. Jenkins has a wealth of plugins, especially for source control, artifact management, ...
Today I'm going to show you best practices to write scalable and robust Jenkins Pipelines. This is drawn from a combination of work with the internals of ...
Globally, you can choose a global default durability setting under "Manage Jenkins" > "System", labelled "Pipeline Speed/Durability Settings". · Per pipeline job ...
There are potential pitfalls associated with each approach to scaling Jenkins, but with careful planning, many of them can be avoided or managed.
Missing: external | Show results with:external
Storage of full build records in an external database. Includes storing build data which is not otherwise listed (such as logs or test results). N/A. Jobs
HttpRequest: Frequently this command is used to grab data from an external source and store it in a variable. This practice is not ideal because not only is ...
Missing: scalability | Show results with:scalability
When using the standalone Jenkins server you don't have to worry about multiple servers and nodes. However, the issue with this setup is that your server ...
The built-in node is a node that exists within the controller process. It is possible to use agents and the build-in node to run tasks. However, running tasks ...
Missing: external | Show results with:external
Sep 10, 2018 · Prototype plugins allow all build log content generated by an agent (such as in sh steps) to be streamed directly to external storage services ...