How To Install Jenkins On Windows Using Command Prompt?

Follow the steps mentioned bellow to install jenkins using command prompt.

Step 1: Download the jenkins WAR(Web application) file into the machine which you want to install the jenkins you achive that using following command.

wget https://get.jenkins.io/war-stable/latest/jenkins.war

Step 2: Create and the move the jenkins war file to that directory.

mkdir jenkins & mv jenkins.war jenkins

Step 3: Run the jenkins using the following command.

java -jar jenkins.war

Installing Jenkins on Windows

Jenkins is primarily used for continuous integration and continuous delivery on a platform. It is a Java application that has multiple plugins for automating all components at an infrastructure level. These plugins are responsible for all the different functionalities of Jenkins.

Similar Reads

Requirements to Install Jenkins on Windows

Operating System: Windows JDK Version: JDK 8 – Java SE Memory: 2 GB Disk space: 500MB...

Jenkins Installation Steps Using Windows MSI Installer

Follow the below step to install Jenkins in your Windows operating system: To know how to build Jenkins ci/cd pipeline refer to the How to Make a CI-CD Pipeline in Jenkins?...

Post-Installation Setup Wizard

After downloading you need to follow some steps to setup jenkins to processed further....

6 Steps to Install Jenkins on Windows

1. Download Jenkins MSI installer...

How To Install Jenkins On Windows Using Command Prompt?

Follow the steps mentioned bellow to install jenkins using command prompt....

FAQs On Installing Jenkins on Windows

1. How do I start Jenkins on Windows?...