Page 1 of 1

How to Install Jenkins on Ubuntu

Posted: Tue Jan 28, 2025 6:41 am
by hasanthouhid0
In the Local Type field, select the Run service as LocalSystem option and proceed to the next stage of the installation.

In the Port Number column, leave the default value - 8080. Then select Test vp hr email list Port - the port testing will begin.

After the check is complete, another input field will appear - add the path to your JDK to it.

Next you will be able to select additional modules - here we set the default settings.

Then select the Install option, wait for the installation process to complete and click Finish.

At this point, Jenkins is fully installed.


First, you need to confirm the presence of JDK in the system. Enter in the terminal:


java -version

If Java is present, the version of this program package will appear in the interface.

Then you can start the installation:

First, you need to get and add the GPG encryption key to Ubuntu. Enter in the terminal:


Import the official Jenkins repository URL into the Ubuntu apt package list:


Let's update the packages again:

sudo apt update

Finally, we install Jenkins into the system:


sudo apt install jenkins

Once the installation is complete, launch the program: