10 articles in this category.
Add the Jenkins repo key $ wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add – Add the Debian package repository $ sudo sh -c ‘echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list’ Update the repo with the system $ sudo apt update If get an issue during the Jenkins repo update run the following command sudo…