You are on page 1of 17

Jenkins Installation:

Pre-req : In order to work with Jenkins, we must have JDK version between 8 to
11. Best to download the JDK11.
Step 1 : Download and Install the JDK 11 and setup the environment path.
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html

Step 2 : Download the Jenkins

Navigate to this URL : https://www.jenkins.io/download/

Step 3 : Download Jenkins file as per your operating system

1
Step 4: Move the downloaded file to safe location(C drive)

2
Step 5: Extract the file and Right click and install the file

3
Step 6 : Jenkins Setup Wizard will open

Step 7: Now click on Next


Step 8: Enter the username and password of the system.
Note: Window 10 Home will get error. It will not have local system access. To
use Jenkins, we must have Windows 10 Pro.

Step 9: Click on Test Credentials to Authenticate (Must get green tick mark)
Step 10: Click on Test Port to authenticate (Must get green tick mark)
Note: By default, port number will be 8080

Step 11: Click on Next (JDK version 11 needs to be selected)


Step 12: Click on Next

Step 13: Click on Install


Step 14: Installation started
Optional Steps: In case of below error message.

Follow the solution explained in the stack over flow to resolve this access issue.
https://stackoverflow.com/questions/64308841/jenkins-failed-to-start-verify-
that-you-have-sufficient-privileges-to-start-sy
Optional Steps: In case of below error message.
https://stackoverflow.com/questions/48491349/cannot-start-jenkins-service-
in-windows-after-updates

Mention JDK 11 version in the below mentioned path correctly.

Updated Screenshot:
Step 15: Click on Finish

Step 16: In the Services window, check the Jenkins service is running.
Step 17: Either navigate to this url http://localhost:8080/ in the browser or wait
till it will be automatically launched

Step 18: Navigate to the mentioned path to get the adminpassword of the Jenkins

NOTE: This file is very important, Copy and save it in safer location.
Step 19: Open the initialAdminPassword file with notepad. It will display the
admin password.

Step 20: Copy this password and paste inside administrator password and then
click on Continue
Step 21: Click on the “Install suggested plugins”

Step 22: Installation process will be started (Takes more time for installation)
Step 23: After successfully installed plugins, Login page will be display.

Step 24: Enter username, Jenkin password, full name, email address and then
click on Save and Continue button Or SKIP and continue as admin
Step 25: Click on Save and Finish

Step 26: JENKINS IS READY!!! Click on Start Using Jenkins


Step 27: Finally, the Home page will be displayed

*************************End of Jenkins Installation *******************

You might also like