0% found this document useful (0 votes)
4 views

Ex 3 Jenkins Installation

The document outlines the steps to download and install Jenkins on a Windows environment, starting with downloading the WAR file and executing it as a Java binary. It includes instructions for checking the installation status, installing suggested plugins, creating an admin user, and confirming the port configuration. The installation is confirmed successful, with the option to perform similar installations on other platforms like Linux and MacOS.

Uploaded by

mbarath4666
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Ex 3 Jenkins Installation

The document outlines the steps to download and install Jenkins on a Windows environment, starting with downloading the WAR file and executing it as a Java binary. It includes instructions for checking the installation status, installing suggested plugins, creating an admin user, and confirming the port configuration. The installation is confirmed successful, with the option to perform similar installations on other platforms like Linux and MacOS.

Uploaded by

mbarath4666
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

EX.

NO: 3 JENKINS INSTALLATION WINDOWS


DATE:

AIM:
To download and install Jenkins in windows environment. (Since installation in
cloud need billing account)

PROCEDURE:

Step 1: Download Jenkins


Navigate to the Jenkins download page. Scroll down to Generic Java package (.war) and
click on it to download the file; save it someplace where you can locate it easily. The
reason to use the WAR file is that it is a one-time executable file that is easily executable
and removable.

Step 2: Execute Jenkins as a Java binary (optional step or directly extract the war file to
some location)
Open a terminal window and enter the directory where you downloaded Jenkins with cd
<your path>. (Before you proceed, make sure JDK is installed and added to the
environment path.) Execute the following command, which will run the WAR file as an
executable binary: java -jar ./Jenkins.war
If everything goes smoothly, Jenkins should be up and running at the default port 8081.
Step 3: Open a browser and specify the URL: http://localhost:8081 to check the Jenkins
installation status. The below page will be displayed.

The password will be in a file named Jenkins.err in the path C:\Program Files\Jenkins .
Step 4: Now proceed with Install suggested plugins.

//Plugins are getting installed


Step 5: Next, a web page would appear for creating an admin user. Specify the details and
choose Save and Continue .

Step 6: Confirm the port number (8081) to be configured for Jenkins and choose Save
and Finish .
Step 7: Jenkins is successfully installed with an admin account. Choose Start using
Jenkins .

Step 8: Now the Jenkins dashboard page will be displayed as shown below.

RESULT:
Thus, the installation of Jenkins was successfully done. The same can be achieved
in other platforms like any Linux distributions, Ubuntu, MacOs etc.,

You might also like