[Guide] - How to install Jenkins?

Rupesh Garg

August 2, 2023

4 mins

Jenkins is one of the most searched and picked tools for continuous integration and continuous delivery on any platform. Jenkins is a Java application that has many plugins for automating almost everything at the infrastructure level. The use of Jenkins has extensively increased due to a varied 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.

Let's get started. First, you need to install JDK. Jenkins currently only supports JDK8. If you need help with installing Java, please look at the steps here. Once Java is running, you can install Jenkins.

how to install jenkins

Download the latest Jenkins package for Windows (currently it is version 2.130)

how to install jenkins
  • Unzip the file to a folder and click on the jenkins.exe file.
how to install jenkins

how to install jenkins
  • Click "Next" to start the installation
how to install jenkins

* Click the "Change" button if you want to install Jenkins in another folder. In this, example I will keep the default option and click on the "Next" button.

  • Click the "Install" button to start the installation process.
how to install jenkins

The installation is processing.

  • When done, click the "Finish" button to complete the installation process.
how to install jenkins
  • You will automatically be redirected to a local Jenkins page, or you can paste the URL http://localhost:8080 in a browser.
  • To unlock Jenkins, copy the password from the file at C:\Program Files (x86)\Jenkins\secrets\initialAdminPassword and paste it in the Administrator password field. Then, click the "Continue" button.
how to install jenkins
  • You can install either the suggested plugins or selected plugins you choose. To keep it simple, we will install the suggested plugins.
how to install jenkins

Wait until the plugins are completely installed.

  • The next thing we should do is create an admin user for Jenkins. Put in your details and click "Save and Continue".
how to install jenkins
  • Click "Save and Finish" to complete the Jenkins installation.
how to install jenkins
  • Now, click "Start using Jenkins" to start Jenkins.
how to install jenkins

how to install jenkins

Rupesh Garg

✨ Founder and principal architect at Frugal Testing, a SaaS startup in the field of performance testing and scalability

Possess almost 2 decades of diverse technical and management experience with top Consulting Companies (in the US, UK, and India) in Test Tools implementation, Advisory services, and Delivery.

I have end-to-end experience in owning and building a business, from setting up an office to hiring the best talent and ensuring the growth of employees and business.

Our blog

Latest blog posts

Discover the latest in software testing: expert analysis, innovative strategies, and industry forecasts
Software Testing

Smoke Testing: Procedures, Examples, and Best Practices

Rupesh Garg
Rupesh Garg
January 21, 2025
5 min read
API Testing
Software Testing

Master TestNG Assertions: Your Key to Flawless Selenium Testing

Rupesh Garg
Rupesh Garg
January 21, 2025
5 min read
Automation Testing

Playwright vs Selenium: The Ultimate Automation Tool Comparison for 2025

Rupesh Garg
Rupesh Garg
January 21, 2025
5 min read