How to install Jenkins on windows system

Introduction

  • Jenkins is an open source continuous integration tool written in Java.
  • Jenkins provides continuous integration and continuous deploy for software development.
  • We can integrate Jenkins with the number of technologies.
  • It is a server-based system running in a servlet container such as apache tomcat.
  • By default, it is run on 8080 port.

Installation

  • Install Jenkins in two ways the first one is downloading the generic java package war file and extract into your desired location.
Jenkins home
  • Open the command prompt, From the command prompt, browse to the directory where the Jenkins.war file is present. run the following command java -jar Jenkins.war
  • You can change the port instead of 8080 to follow the command java -jar Jenkins.war --httpPort=8081
  • The second method is to download the .msi file from https://wwww.jenkins.io.
Jenkins Download
  • install the Jenkins.msi file after successful installation Jenkins by default run on 8080 port.
  • Next, you need to install the plugins. after installation, it will ask suggested plugins or selected plug-ins based your criteria you installed it.

SUBSCRIBE TO OUR NEWSLETTER

I’m the Founder of quickdevops.com. I am a Professional Blogger, Application developer, YouTuber. I’ve been blogging since 2015.I spend a lot of time learning new techniques and actively help other people learn web development through a variety of help groups and writing web development tutorials for my website and blog about advancements in web design and development.Besides programming I love spending time with friends and family and can often be found together going out catching the latest movie or planning a trip to someplace I've never been before.

1 Response to "How to install Jenkins on windows system"