Jenkins is an open-source continuous integration tool that helps to automate the software build, testing, and deployments involved in the software development process. It is written in Java

Here, we will see how to install Jenkins on Rocky Linux 8 / AlmaLinux 8.

Prerequisites

Install Java

Jenkins requires Java JRE v8 or v11. So, install either version of the Java JRE.

Here, install OpenJDK 11.

dnf install -y java-11-openjdk wget

#almalinux-8 #jenkins #rockylinux-8

How To Install Jenkins on Rocky Linux 8 / AlmaLinux 8
2.40 GEEK