Skip to content
Snippets Groups Projects
Commit b56dcca5 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

upgraded to jupiter based

See merge request surya/devops-workshop!8
parents 32e72d26 8781d53f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sour
sudo apt update
sudo apt install jenkins
sudo gpasswd -a jenkins docker
sudo usermod -aG docker jenkins
sudo usermod -a -G docker jenkins
sudo systemctl daemon-reload
sudo systemctl restart docker
sudo service jenkins start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment