Answers for "install jenkins redhat distributions"

0

install jenkins redhat distributions

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > \
    /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
Posted by: Guest on December-18-2020

Browse Popular Code Answers by Language