Oct 1, 2023 · 3 min read · 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, monitoring the jobs, etc....
Join discussion
Aug 28, 2023 · 4 min read · The 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...
Join discussion