Add Repository key to the system curl -fsSL pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null Append debian package repo address to the system echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \ pkg.jenkins.io/debian binary/ | sudo tee \ /etc/apt/sources.list.d/jenkins.list > /dev/null sudo apt update sudo apt install jenkins -y
www.coachdevops.com/2024/01/install-jenkins-on-ubuntu-2204-setup.html yon can refer in my website. we cant add those commands in the description as special characters are not supported
how we suppose to find the commands if you wont proved command file even the jenkins site has command it would help you provide you pdf
its in the description
Add Repository key to the system
curl -fsSL pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \
/usr/share/keyrings/jenkins-keyring.asc > /dev/null
Append debian package repo address to the system
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
pkg.jenkins.io/debian binary/ | sudo tee \
/etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt update
sudo apt install jenkins -y
www.coachdevops.com/2024/01/install-jenkins-on-ubuntu-2204-setup.html
yon can refer in my website. we cant add those commands in the description as special characters are not supported