Загрузка...

How To Set Up Jenkins In RedHat Linux | 2023 | Part-1

Step 1:Downloads the Jenkins repository file from the official Jenkins
======================================================================
sudo wget -O /etc/yum.repos.d/jenkins.repo \
https://pkg.jenkins.io/redhat-stable/jenkins.repo
Step 2:Imports the Jenkins repository key to verify the authenticity of the Jenkins packages
=============================================================================================
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
Step 3:Upgrade the package if needed
====================================
sudo dnf upgrade
Step 4:Install Java
====================
sudo dnf install java-11-openjdk
Step 5:Install Jenkins
======================
sudo dnf install jenkins
Step 6:Restart System Services
==============================
sudo systemctl daemon-reload
Step 7:Enable
=============
sudo systemctl enable jenkins
Step 8:Start
=============
sudo systemctl start jenkins
Step 9:Check Status
===================
sudo systemctl status jenkins
Step 10:Browse Jenkins
======================
http://localhost:8080
note: localhost can change according the server ip

Видео How To Set Up Jenkins In RedHat Linux | 2023 | Part-1 канала Islanders Tales
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки