Install Jenkins to ubuntu 18.04 LTS

版权声明:知识在分享中升华,思想在交流中沉淀,欢迎大家转载。 https://blog.csdn.net/qwfys200/article/details/83143956

Install Jenkins to ubuntu 18.04 LTS

add key

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

add sources

sudo sh -c 'echo "deb https://pkg.jenkins.io/debian-stable binary/" >> /etc/apt/sources.list.d/jenkins.list'

update

sudo apt update

install

sudo apt install -y jenkins

Reference

猜你喜欢

转载自blog.csdn.net/qwfys200/article/details/83143956