
How to Install Jenkins on Windows?
Last updated on 22nd Sep 2020, Artciles, Blog
How to Install Jenkins on Windows?
Jenkins is one of the most popular tools for continuous integration and continuous delivery on any platform. A java application, Jenkins has many plugins for automating almost everything at the infrastructure level. The use of Jenkins has widely increased rapidly due to a rich set of functionalities, which it provides in the form of plugins. In this blog we will show a step by step guide of how to install Jenkins on a Windows platform.
In this section we will install Jenkins by following the step by step process as mentioned below.
- 1.Go to the Jenkins official website.
- 2. Press the download button
Subscribe For Free Demo
Error: Contact form not found.

Now you can see a bunch of OS for which you can download Jenkins. You can either download Jenkins according to the OS or just download the war file which is a generic file and shown in the below steps. This will install the Jenkins through Java but you should have Java installed for this. For this tutorial we will be downloading and installing Jenkins through the generic war file.
3.Download the Generic Java Package (war file) located the end of the list

4. You will see the file downloading which is about 71 MB in size

5. Remember the directory in which you have downloaded the file.
6. Go to the shell of your system and navigate to the directory in which you downloaded the file.
7. Type the following command:
java -jar jenkins.war

Note: Make sure that you run the above command in the folder where did you install the Jenkins.war.
8. Now you can see that Jenkins has started installing. After installation you will see the password of your Jenkins, which is required in the later steps, so you better copy it.

Note: Everyone will have a different password and this is required to enter only once.
9. Open port 8080 in your browser by typing the following in your browser
localhost:8080
10. You will see Jenkins running on your system with it’s first time default page. Paste the same password, copied from above step. Press Enter.

NOTE: If you can’t copy from your shell, you can visit the directory which is shown on the page in pink colour and open the file initialAdminPssword with any text editor and then copy it from there.
11. You will be redirected to this screen where you are asked about the plugins. Just press Install suggested plugins and let them install.

12. After all the plugins are installed, you will be redirected to the account creation page

You can Continue as Admin or you can fill the details for further logins. If you Continue as Admin, you would be required the same password that we just entered to initialize Jenkins.
After you press either of the button, you will see that Jenkins has been successfully set up on your system. Now the base work is all set up and we will continue to our next tutorial in which we will try to run a Postman collection using Jenkins.
Are you looking training with Right Jobs?
Contact Us- DevOps Tutorial
- Jenkins Tutorial
- Jenkins Interview Questions and Answers
- Jenkins Cheat Sheet
Related Articles
Popular Courses
- Devops Online Training
11025 Learners
- Maven Training
12022 Learners
- ansible Training
11141 Learners
- What is Dimension Reduction? | Know the techniques
- Difference between Data Lake vs Data Warehouse: A Complete Guide For Beginners with Best Practices
- What is Dimension Reduction? | Know the techniques
- What does the Yield keyword do and How to use Yield in python ? [ OverView ]
- Agile Sprint Planning | Everything You Need to Know