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οΈβ£ 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:
C:\\Program Files\\Git