April 25, 2020
How to install Jenkins on Windows
Software Requirements:
- Since Jenkins runs on Java, you need either the latest version of Java Development Kit (JDK) or Java Runtime Environment (JRE).
Jenkins installation process:
Step 1 –
- Go to https://jenkins.io/download/ and select the platform. In our case Windows
Step 2 –
- To unzip the downloaded package go to download location from local computer and do Double-click on unzipped jenkins.msi.
Step 3 – In the Jenkin Setup screen, click Next.
Step 4 –
- Choose the location where you want to have the Jenkins instance installed, then click on the Next button.
- Default location is C:\Program Files (x86)\Jenkins
Step 5 – Now Click on the Install button.
Step 6 – Once install is complete, click Finish.
Note :
- During the installation process an info panel may pop-up to inform the user that for a complete setup, the system should be rebooted at the end of the current installation.
- Click on OK button when the Info panel is popping-up:
- We hope this should successfully install jenkins on Windows.