How to install Jenkins?

Step 1: Install Java 1. Check if you already have Java installed on your Ubuntu system: # java -version 2. First, open a terminal window and update the system package repository by running: # sudo apt update 3. Depending on which Java version you want to install Java 11, run one of the following commands: # sudo apt-get install openjdk-11-jdk …

Continue Reading