Let s setup Jenkins a CI/CD tool on Windows 10:
Step 1 : Go to https://www.jenkins.io/download/
Step 2: Download latest version of jenkins war as shown below:

Step 3 : Install Java 8 from https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html – Jenkins does not support java 9, 10, 12, 13
Step 4 : run below command to run jenkins war . Run the command where jenkins war is located from CMD

Step 5 : Open browser and go to http://localhost:8080 -this will open Jenkins and will ask you to enter the default generated admin password it saved at a certain location

Step 6: Enter the password and go to next screen by clicking on Continue button and then install the suggested plugins


Step 7: Create the admin user by providing details

Step 8: Configure the instance if you want or you skip also

Save and Continue
So now your Jenkins has been setup!!

