Install Jenkins On Windows Machine – What is Jenkins & Why we need It?
Install Jenkins on windows machine! If you are the part of the Software team, then you must hear a lot of echo on DevOps, CI/CD( Continuous Integration and Continuous Deployment), and Jenkins. Although, it may be a scary word for you but we assure you that this tutorial will not only make you gran the concept but will even make you expert in DevOps. Hence, our tutorial guide provides step by step guidance and also explains each step in detail even with an illustration that will help you to build your understanding.
This is the first tutorial on DevOps tutorial series. To clarify, this tutorial is based on Jenkins introduction and installation on Windows machine.
Install Jenkins On Windows Machine – Introduction to Jenkins:
Jenkins: First thing to remember, Jenkins is a self-contained, open-source automation server which can be used to automate all types of task related to building, testing, and delivering or deploying the Software.
Features of Jenkins:
- Continuous Integration and Continuous Delivery: With this in mind, Jenkins can be used in a simple CI server or it may be used as Continuous Delivery Hub for any project.
- Easy Installation
- Easy Configuration
- Plugins: Jenkins can be customized using millions of plugins
- Extensible: With correct configuration and plugins Jenkins can be extended.
- Distributed: Jenkins can easily distribute work across multiple machines, helping drive builds, tests, and deployments across multiple platform faster.
Pre requiste: Java8(JDK) should be installed.
Jenkins Installation Steps:
To explain, here is a step by step guide for Jenkins Installation:
- Step 1: Go to Jenkins Website and Download Jenkins set up as per system specification
Link : https://www.jenkins.io/download/
Direct link to download on Windows Machine.
https://www.jenkins.io/download/thank-you-downloading-windows-installer-stable/
- Save Jenkins at Specific location: Save Jenkins Set up at the desired location:
- Unzip Set up and click on next and complete set up by clicking on next and click on Finish
- Go to Jenkins folder and copy path: C:\Program Files (x86)\Jenkins
- Open Command Prompt and run below command:
cd C:\Program Files (x86)\Jenkins
- Step 2: Run below command to start Jenkins: Using below command you can start Jenkins on port 8080 by default.
java -jar jenkins.war
If you want to run Jenkins on Specific port then use –httpPort=9090
java -jar jenkins.war --httpPort=9090
- Step 3: Now the Jenkins start. You can open below link on your browser:
http://localhost:9090/login?from=%2F
http://localhost:<port>/login?from=%2F
- As per above snapshot, Go to Jenkins installation folder and open file “initialAdminPassword”
- Copy admin password and enter in Jenkins
- Click on Suggested plugins: It will install all the required basic plugins
- Enter First Admin User details and save and continue.
- In addition, customize Jenkins URL if required and save and Finish
- Now Jenkins is ready for use. Click on Start Jenkins and continue with Jenkins.
Congratulation! In order that, now you know how to install Jenkins on windows machine. This is the first tutorial on Jenkins. In the next tutorial, we will learn to create the first Jenkins jobs to run the Selenium Project.
Summing up, I hope this tutorial helped in Jenkin’s configurations. If you like this tutorial then please follow us on LinkedIn and Facebook.