Ex 3 Jenkins Installation
Ex 3 Jenkins Installation
AIM:
To download and install Jenkins in windows environment. (Since installation in
cloud need billing account)
PROCEDURE:
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.
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.,