In the previous chapters we learned two different techniques of creating a highly available (HA) setup for Jenkins using various open source tools. These so-called methods of setting up Jenkins are progressive and intuitive in their approach, yet they are completely new. Keeping that in mind, in the current chapter we take the opportunity to explore some of the mainstream ways of setting up a Jenkins master. These are the following:
Jenkins on cloud (AWS).
Jenkins on Docker.
The underlying infrastructure of a Jenkins master can decide how scalable you can make your continuous ...