Jan 6 · 4 min read · Continuous Integration (CI) It is a DevOps practice where code is frequently integrated into a shared repository, followed by automated build and testing processes.The main goal of CI is to detect issues early, improve software quality, and speed up ...
Join discussionNov 30, 2025 · 2 min read · 1. 👋 Introduction: Why We Need Agents The Problem with a Single Node: Explain that running all jobs on the main Jenkins Master server eventually causes slowdowns, performance degradation, and stability issues. The Solution: Introduce the Master-Ag...
Join discussion
Nov 28, 2025 · 2 min read · Introduction Continuous Integration (CI) is a core part of modern software development, and Jenkins is one of the most widely used tools for it. Today, I’m excited to share how I created my first Jenkins Freestyle Project and ran my very first automa...
BBhavesh commented
Nov 27, 2025 · 2 min read · Table of contents Table of contents Some terms for your Knowledge Why you should have a Pipeline? Pipeline syntax Task-01: Jenkins "Hello World" Declarative Pipeline Table of contents Some terms for your Knowledge Why you should have a Pip...
Join discussion
Nov 3, 2025 · 4 min read · Table of contents Table of Contents 1. Introduction 2. What is a Two-Tier Application? 3. Architecture Overview 4. Prerequisites 5. Step 1: Launch EC2 Instance 6. Step 2: Install Jenkins, Docker, and Dependencies 7. Step 3: Setup GitHub Repos...
Join discussion
Aug 18, 2025 · 4 min read · Prerequisites Before you start, make sure your Linux machine has the following: Java Development Kit (JDK) 17 or 21: Jenkins requires a Java Runtime Environment (JRE) to run. As of recent updates, Java 17 and Java 21 are the recommended versions. Su...
Join discussion
Jun 24, 2025 · 2 min read · Yesterday, I dived deep into Jenkins architecture, learning how it scales using the master-agent (controller-worker) model and explored Freestyle jobs, Declarative pipelines, and Scripted pipelines. I understood the importance of pipeline-as-code and...
Join discussion