Jenkins Master-Slave Configuration and Linked Jobs
Introduction
In Jenkins, configuring a master-slave setup helps distribute the build load, reducing strain on the Jenkins server. Slaves are additional servers that execute build jobs, and communication between the master and slaves occurs via SSH. T...
kiranpawar.hashnode.dev2 min read