Installing Jenkins
The installation method varies depending on your requirements and the chosen platform. For Windows installation, you can use the Jenkins Windows installer, which installs Jenkins as a service using a 64-bit JVM.
Prerequisites
- Hardware requirements:
System Area Requirements Minimum RAM 256 GB Core CPU 2 Minimum storage 30 GB - Software requirements:
System Area Requirements Java JDK 17 or JDK 21 Maven Latest version Jenkins Latest version - Click here to configure the compatible versions of Java and Maven.
Install Jenkins on Windows
Perform the following:
The simplest way to install Jenkins on Windows is to use the Jenkins Windows installer. This program installs Jenkins as a service using a 64-bit Java Virtual Machine (JVM).
- To download Jenkins Long Term Support (LTS), click here. In this screen, select the Windows link to download the Jenkins Windows installer.
- Navigate to the downloaded folder and click the installer to view the Welcome to Jenkins Setup Wizard. Click Next.

- Select the destination folder to store your Jenkins installation and click Next to continue.

- Select the Run service as LocalSystem option and click Next.

- The Port Selection wizard appears. In this screen, specify the port on which Jenkins will be running, click the Test Port button to validate whether the specified port is free on your machine. If the port is free, it will show a green tick mark as shown in the following screenshot. Then click Next.

- The installation process checks for Java on your machine and prefills the dialog with the Java home directory path. If the needed Java version is not installed on your machine, you will be prompted to install it. For more information, refer to the prerequisites section for installing Java.

- Click Next.

- The Ready to Install Jenkins wizard appears. Click Install.

- This window shows the installation progress bar.

- Once the installation completes, click the Finish button to complete the installation.

- Jenkins is installed as a Windows service.
Validating the Jenkins Installation
You can validate the Jenkins installation by navigating to the Services section. In the Windows search bar, enter Services. Click Open to view the Jenkins automation server status. Check the server status to confirm a successful installation.

Was this page helpful?