Setting Up Git, Java, Maven & Jenkins on Windows β‡’

πŸ“Œ Overview

Before starting with Jenkins and CI/CD, we need to install and configure the following tools on our Windows machine:

βœ… Git – Version control system for managing code.

βœ… Java (JDK) – Required to run Jenkins.

βœ… Maven – Build automation tool for Java projects.

βœ… Jenkins – CI/CD tool for automation.

Let’s go step by step! πŸ‘‡

1️⃣ Install & Configure Git on Windows

πŸ”Ή Steps to Download & Install Git

1️⃣ Open Google Chrome β†’ Search "Git download"

2️⃣ Click on the official website β†’ https://git-scm.com/downloads

3️⃣ Download the latest Git for Windows

4️⃣ Run the downloaded .exe file and follow the installation steps: