- Download jenkins.war from https://jenkins.io/
- Jenkins requires Java7 or later
- Run this command in command prompt
c:\Users\sam\Downloads>c:\DEV\Java\jdk1.7.0_67\bin\java -jar jenkins.war
- Below screen shows Jenkins is running successfully
Launching Jenkins
- Open Browser and paste url http://localhost:8080/
- Go to C:\Users\sam\.jenkins open file initialAdminPassword. Copy the password and paste in the initial login screen
- Setup proxy if you have details or skip
- You will prompted to create admin user, create one for your use
- After setup, jenkins is ready for you to prepare a automated deployment


