How to install Jenkins on Ubuntu

Published: 29 January 2023
on channel: TS
57
2

Commands
===================
1 . sudo apt install openjdk-11-jre
2. wget -q -O - https://pkg.jenkins.io/debian-stable/... |sudo gpg --dearmor -o /usr/share/keyrings/jenkins.gpg
3. sudo sh -c 'echo deb [signed-by=/usr/share/keyrings/jenkins.gpg] http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
5. sudo apt update
6. sudo apt install jenkins
7. sudo systemctl start jenkins.service
8. sudo systemctl status jenkins


Watch video How to install Jenkins on Ubuntu online without registration, duration hours minute second in high quality. This video was added by user TS 29 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 57 once and liked it 2 people.