Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 1, 2024Integrating Jenkins Agents for Scalable CI/CD : A Step-by-Step GuideUnderstanding Jenkins Master and Agents Jenkins Master The Jenkins master server acts as the brain of the Jenkins environment. It manages and orchestrates the workflows defined in your pipelines. Key responsibilities of the Jenkins master include: S...2 likes·26 readsDevops
Apurv Samadderapurv1990.hashnode.dev·Mar 4, 2024Day 20 Jenkins Agents And Web-hooksJenkins Agents Jenkins 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, moni...#Advance Jenkins
CHANDRESH PATLEchandreshpatle.hashnode.dev·Aug 23, 2023Day 28 Task: Jenkins Agents🔶 Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the job...1 like90DaysOfDevopsChallengeJenkins
Sudharsan Reddysudharsanreddy.hashnode.dev·Jun 22, 2023How to Create and move a master instance of Jenkins to the cloud-based servers of AWS (Amazon Web Services)In this blog, I will show how to create a master instance of Jenkins, including how to configure a security group, a NGINX reverse proxy, and Jenkins master instance. The main key points, Create a security group -> Create a key pair -> Create the Jen...27 readsJenkins master server