Learn How to Install Jenkins on Ubuntu Linux | Troubleshoot repo is not signed issue

Опубликовано: 11 Август 2026
на канале: Pavan Devarakonda
235
3

Jenkins Installation Beginners Tutorial | Jenkins Learning online | Jenkins CI/CD | Jenkins for your Linux | Jenkins installation Failed [SOLVED]
Jenkins installation Error Fixed
Jenkins CI installation Failed on Ubuntu Linux and resolved
Troubleshoot : E: The repository 'https://pkg.jenkins.io/debian-stable binary/ Release/' is not signed.

E: Package 'jenkins' has no installation candidate

E: The repository 'https://pkg.jenkins.io/debian-stable binary/ Release/' is not signed.
Jenkins install on Ubuntu Linux instructions# install open JDK 11
#############
"""
sudo apt update
sudo apt install default-jre

get the key for Ubuntu
curl -fsSL https://pkg.jenkins.io/debian-stable/... | sudo tee /usr/share/keyrings/jenkins-keyring.asc # use here greater than /dev/null

encryption for Jenkins
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list # use here greater than /dev/null
sudo apt-get update

install step
sudo apt-get install jenkins

Jenkins service status
systemctl status jenkins
"""
#########
Basics of Jenkins, Jenkins Tutorial, Jenkins beginners tutorial
Jenkins installation issue, Jenkins troubleshoot
Jenkins installation for Beginners, Jenkins Turial, Jenkins CI, Jenkins installation explained in detail, Jenkins
#JenkinsCI #DevOps #DevSecOps #sre #Beginner #Learning #course