Home  >  Blog  >   Jenkins

Jenkins Installation on Windows

Rating: 5
  
 
9486

In this article, we will see what the Jenkins software tool is all about and also look into Jenkins Installation on Windows-based process machine. Firstly let us understand what Jenkins is all about and why / where this software tool can be put to use?

If you would like to become a Jenkins Certified professional, then visit Mindmajix - A Global online training platform: "Jenkins Training and Certification Course". This course will help you to achieve excellence in this domain.

Jenkins Installation on Windows - Step by Step

Jenkins is a very powerful automation platform that makes it relatively easy to automate the build process (through ANT), regression testing, and also integration. There are quite a few reasons why you would want to do this, as mentioned below:

1) It helps the developer’s time is focused on things that matter. With newer code blocks added to the same functionality, your developer doesn’t need to worry further about testing it as running regression tests with Jenkins is pretty simple. This means that developer time is not compromised with something that is not required.
2) It helps in the improvement of software quality. With Continuous integration, identifying issues caused by newer check-ins can be identified and resolved earlier than being reported at a later stage of design and development.
3) It ensures faster development, as the likelihood of any integration issues is lesser, and also the whole part of integration is also automated.

Advantages of Jenkins:

1) The points mentioned above are good enough reasons for someone not using Jenkins in their development ecosystem to use it, but let us take a look into its advantages further to cement its requirement:
2) Jenkins is a tool that is available open-source with strong community support.
3) Jenkins installation is much easier.
4) Jenkins has a surplus of 1000 and counting plug-in support.
5) Jenkins provides a provision to create a new Jenkins plugin if one is not available.
6) Jenkins is written in Java, hence its easier portability on almost all the major platforms.

[Related Article: Jenkins Tutorial for Beginners]

Prerequisites - Jenkins installation on Windows

The basic pre-requisite to install Jenkins is to have the Java installation proper. You can cross-check your Java installation if it is proper or not by just checking the version of the Java installed using this command.

java -version

Then download the latest Jenkins WAR file from the Jenkins download page to go further with the installation.

Install Jenkins as a Windows service:

If you have installed Jenkins using the windows MSI-based installer, then there is no need to do anything specific here as the windows MSI-based installer automatically runs Jenkins as a windows service (should be available in your Windows Services by default).

If you have come down to this point, then it means that you are not running the Windows installer. Then, you need to start Jenkins before even installing it. This can be either done from JNLP, or by running the command below

java -jar jenkins.war

Once the step above is done, you can now connect to Jenkins via the following URL

https://:8080/

Once Jenkins is started this way, look for the "Install as Windows Service" link in the "Manage Jenkins" page (as shown in the screenshot below). A point to note here is that, if the service is already running as a service then this option will not be shown on the Manage Jenkins page of your corresponding Jenkins installation on your Windows machine.

Click on the highlighted section on the Manage Jenkins page on your local Jenkins installation (on a Windows machine), which takes you to the page where you need to provide the path where you need to install Jenkins. Please follow the screenshot below to understand the same.

MindMajix YouTube Channel

In the text box available, as per the screenshot above – please provide the path where Jenkins needs to be installed. The folder path should already be existing for the installation to work, if the folder mentioned doesn’t exist then you need to create those respective folders beforehand. This same path should be provided as the environment variable JENKINS_HOME later.

JENKINS_HOME = C:jenkins

Once the path is mentioned, you may proceed to click on Install. Upon successful installation of Jenkins on your Windows machine, you would get a confirmation message to restart Jenkins, proceed to click on Yes to restart it will relaunch Jenkins as a newly installed Windows service (as shown in the screenshot below).

Once the restart is successful, you can check on your Windows Services application to check that there is a newly created Windows service by the name of Jenkins. Please see the screenshot below for the same.

This completes our Jenkins installation on a Windows machine as a windows service. You could now use your Jenkins instance by either starting or stopping it as required from the Service application on your Windows machine.

[Related Article: Jenkins Interview Questions]

Configuration Services:

The JVM launch parameters of the related Windows services (with respect to Jenkins) are controlled by a couple of XML configuration files namely jenkins.xml and Jenkins-slave.xml respectively. These files would be present in the $JENKINS_HOME folder and in the slave root directory respectively after these are both installed as Windows services. We can tweak the arguments available in the configuration files to give the JVM bigger memory or etc.

stdout and stderr from these service processes get logged in to log files present in the same directory.

Conclusion:

In this article the basics of Jenkins and the prerequisites that are required for the Jenkins installation on a Windows machine. Hope this article was clear enough and has helped you in successfully installing Jenkins on your Windows machine are provided in great detail. Jenkins is a software tool written in Java, so it should be working on almost all the environments and should help you get further on your Continuous Integration with any codebase of your choice.

Explore Jenkins Sample Resumes! Download & Edit, Get Noticed by Top Employers! Download Now!

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
JENKINS TrainingMar 30 to Apr 14View Details
JENKINS TrainingApr 02 to Apr 17View Details
JENKINS TrainingApr 06 to Apr 21View Details
JENKINS TrainingApr 09 to Apr 24View Details
Last updated: 03 Apr 2023
About Author

Ravindra Savaram is a Technical Lead at Mindmajix.com. His passion lies in writing articles on the most popular IT platforms including Machine learning, DevOps, Data Science, Artificial Intelligence, RPA, Deep Learning, and so on. You can stay up to date on all these technologies by following him on LinkedIn and Twitter.

read more
Recommended Courses

1 / 15