AddWeb Solutionaddwebsolution.hashnode.dev·Nov 21, 2024Jenkins Master-Slave Architecture with DockerJenkins is an open-source automation server that helps automate various stages of the software development lifecycle, such as building, testing, and deploying applications. It is widely used for continuous integration and continuous delivery (CI/CD)....DiscussJenkins-master-slave
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 21, 2024☑️Day 50: Creating a Multi-Node Jenkins Pipeline with SSH Keys🚀🔹Table of Contents : Introduction Generating SSH Keys Configuring Jenkins for Multi-Node Pipeline Creating a Multi-Node Pipeline Real-World Scenarios for Multi-Node Pipelines Commands Used Today, I explored setting up a multi-node Jenkins p...Discuss·6 likesDevops
Jasai Hansdajasaiblogs.hashnode.dev·Aug 19, 2024Comprehensive Guide to Jenkins: CI/CD, Pipelines, and Multi-Node Cluster ArchitectureIn today’s fast-paced software development world, automation plays a vital role in maintaining efficiency and consistency in the software delivery process. Jenkins, an open-source automation server, is at the forefront of this revolution. By helping ...DiscussDevOps - Planning to Production Jenkins, DevOps
Dinesh Kumar Kblog.dineshcloud.in·Aug 4, 2024Jenkins Master-Slave ConfigurationIn Jenkins, a master-slave configuration (also referred to as controller-agent configuration) involves setting up a primary Jenkins instance (the master or controller) that manages jobs, configurations, and orchestrates the build processes, and one o...Discuss·71 readsDevOpsJenkins
Sundar blogsundarpalanivel.hashnode.dev·Jul 7, 2024How to Setup Jenkins Master & Slave Agent in Ec2 Ubuntu with SSH-KEY AUTHCreate two machine using Ubuntu 22.04.4 Rename a master ec2 update Install Java Check java version Add Jenkins key Update Install Jenkins Enable Jenkins Start, Status Jenkins In Slave Rename hostname Update Check java version Login as ...DiscussDevOpsJenkins-master-slave
Akash Dhengaleradhe123.hashnode.dev·Feb 3, 2024Day 28 Task: Jenkins AgentsThis is#90DaysofDevopschallenge under the guidance of Shubham Londhe. Day 28 Task Introduction👍: Today, let's talk about Jenkins agents, the powerhouse behind smooth job executions in Jenkins. We'll break down what they are and how to set them up i...Discuss·26 readsDevops
Kishor Chavankishorc.hashnode.dev·Nov 23, 2023Jenkins Agents (Part-5)Let's delve deeper into Jenkins Agents within the Master-Slave Architecture. What exactly do these Agents entail, and how do they function within the broader framework of the Master-Slave Architecture in Jenkins? Jenkins Master (Server) The heart of ...Discuss·38 readsJenkins
yajna narayana aithalyajna.hashnode.dev·Oct 24, 2023Jenkins Master and Slave Node Configure.1) Creating EC2 instances for Master and Slave. 2) Commands on jenkins-master instance and jenkins_slave instance to install jenkins and java. 3) Copy the key from the id_rsa.pub to authorized_key in jenkins_slave. 4) Opening jenkins_master throu...Discuss·1 like·80 readsJenkins-master-slave
Vrishni Shree V Bvrishni.hashnode.dev·Oct 14, 2023DevOps, Day - 28Setting Up Jenkins Agent on AWS EC2 and Running Jobs with Master-Triggered Builds Jenkins Master is the central control and management system that oversees and orchestrates various tasks and jobs in a Jenkins automation environment. It's responsib...DiscussDevopsJenkins
Bhanu Bandibhanubandi.hashnode.dev·Oct 5, 2023Jenkins Distributed Builds: Configuring Master and Slave NodesJenkins’ master/slave architecture allows you to distribute the workload of executing Jenkins jobs across multiple nodes. The master node is responsible for managing the Jenkins system, storing configurations, and handling user interactions through t...Discuss·2 likesJenkins