Oct 28, 2025 路 1 min read 路 we need to install ubuntu for two systems.one system need to install jenkins another one is slave. The jenkins systems insatalled jenkins. need to install java same version for both systems Jenkins system Slave system Now configure slave system g...
Join discussionAug 24, 2025 路 2 min read 路 n modern CI/CD pipelines, distributing workload across multiple nodes improves scalability and performance. Jenkins supports master-slave (controller-agent) architecture, where the controller manages jobs and agents execute them. Today, I explored ho...
Join discussion
Feb 28, 2025 路 7 min read 路 To create and manage CI/CD pipelines with Jenkins on an AWS EC2 instance using a master-slave architecture, you'll need to follow these steps. This guide covers setting up Jenkins, configuring a master-slave setup, and updating security groups to all...
Join discussion
Feb 9, 2025 路 3 min read 路 Jenkins, a leading open-source automation server, offers robust capabilities for continuous integration and continuous delivery (CI/CD) pipelines. To enhance its performance and scalability, Jenkins employs a Master-Slave architecture, which can be e...
Join discussion
Jan 6, 2025 路 5 min read 路 Jenkins is a powerful open-source automation tool that facilitates Continuous Integration (CI) and Continuous Delivery (CD). One of the key features that makes Jenkins highly scalable is its Master-Slave architecture. This setup allows Jenkins to del...
Join discussion
Jan 2, 2025 路 4 min read 路 In the world of continuous integration and delivery (CI/CD), Jenkins stands as one of the most popular automation tools. One of the key features that make Jenkins powerful and scalable is its master-slave architecture. In this blog, we will delve int...
SBSPolepalli and 2 more commented
Nov 21, 2024 路 6 min read 路 Jenkins 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)....
Join discussionOct 21, 2024 路 4 min read 路 馃敼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...
Join discussion
Aug 19, 2024 路 9 min read 路 In today鈥檚 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 ...
Join discussion