# Jenkins installation on Windows

In 
Published 2020-11-25

# Prerequisites

Minimum hardware requirements:

  • 256 MB of RAM
  • 1 GB of drive space (although 10 GB is a recommended minimum if running Jenkins as a Docker container)

Recommended hardware configuration for a small team:

  • 4 GB+ of RAM
  • 50 GB+ of drive space

For more details you can take a look on the official Jenkins site.

# Download the software

The Jenkins for Windows could be downloaded from here. In my case I download jenkins.msi file.

# Installation steps

Run jenkins.msi file and you will see the following screen:

Press on Next button and the following screen will appear:

Choose the installation folder and press on Next button. The following screen will appear:

You need to enter the Account and the password as bellow:

Click on Next button and the following screen will appear:

Choose a port and click on Next. You can also test if the port is available.

Select the Java home directory the directory and click on Next.

You can let as it is now and click on Next. The following window will appear:

Click on Install button. When the installation is completed you will see the following screen:

Click on Finish in order to exit the installation.

In order to test the installation you need to go the http://localhost:8080. The following page will be displayed:

Copy that link in the browser or open the file and you will see the Jenkins admin password. Enter the password into that page and you will see the following page:

Click on "Install suggested plugins" and the most used plugins will be installed. You will see a page as below:

When the installation is completed you will be prompted to create your first admin user.

I will skip this step for now. The following page will be displayed:

Click on "Save and Finish" and the installation is done. You will see the following on the screen:

When you press on "Start using Jenkins" you will see Jenkins console.

Enjoy Jenkins installation on Windows !