05
Aug

Installing Jenkins on windows OS

Pre-requisites:
#1. Install JDK on your system

JAVA_HOME: set it to “JDK Installation location”
PATH: update it to “bin” folder path of JDK Installation

#2. Download latest war file for Jenkins (supported for your Windows environment) from jenkins.io

#3. Install jenkins by following command from war location:

java -jar jenkins.war

#4. note the password from following location:
Path to Jenkins Installation\Jenkins\secrets\initialAdminPassword

#5. launch jenkins by navigating to “http://localhost:8080”

#6. enter initial password as noted in step 4 above

#7. configure default plugins

==> Jenkins is ready for use…