Moiz Asifmoiz-journeytodevops.hashnode.dev·Oct 1, 2023Day 28: Jenkins Agents | Master & Agent(Slave) NodesJenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, etc....60 readsjenkinsmasterslave
Karan Idnanikaranidnani6.hashnode.dev·Aug 30, 2023#Day28: Jenkins Agents🚀 Exploring Jenkins: Master and Agent 🚀 Are you ready to dive into the world of Jenkins? 🌐 Well, you're in the right place! In this blog, we're going to talk about the heart and soul of Jenkins - the Jenkins Master and its trusty sidekick, the Jen...#90daysofdevops
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Aug 28, 2023Jenkins Master-Slave/AgnetsThe Jenkins master-slave architecture is designed to distribute the workload of building, testing, and deploying applications across multiple machines, thereby improving the efficiency of CI/CD pipelines. The architecture consists of two main compone...1 like·84 readsJenkins