how to install jenkins on windows 10

What is Jenkins?

Jenkins is one of the most popular Continuous Integration (CI) and Continuous Delivery (CD) tool. Jenkins is Open Source written in Java. Jenkins can be used in automation of any task related to build, test and deployment of an application.

Prerequisites to Install Jenkins

  1. Java – JRE/JDK 8 or 11
  2. Minimum hardware requirement 256 MB RAM and 1 GB disk space

Steps to Download and Install Jenkins on Windows

Download Jenkins for windows from official Jenkins Website

https://www.jenkins.io/download/#downloading-jenkins

Jenkins installation Wizard
Select Destination Folder for installation
This is little bit tricky part. If you get invalid user and password error then please refer this solution.
Click on Test Port to continue
Select Java Home Directory
Click on Install to proceed with the installation, in next wizard it will Finish the installation and automatically redirect to http://localhost:8080

Get the password from C:\Program Files\Jenkins\jenkins.err.log

Install Suggested plugin

Create First Admin User and Password.

Login in Jenkins and now Jenkins is ready for use now.

(Visited 126 times, 3 visits today)