In the following chapter, we will build a highly available (HA) Jenkins Server using Pacemaker, Corosync, and DRBD. We will begin the chapter by discussing a HA design along with a failover scenario. Next, we will build and start a HA setup for Jenkins using Pacemaker, Corosync and DRBD. At the end of the chapter, we will test our HA setup by simulating a failover scenario.
Designing a High Availability Setup for Jenkins
Failures could occur at the hardware level (machine shutdown/reboot/freeze), application server level (application server failure), or at ...