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

Merge branch 'testing2' into 'master'

experimenting with Jenkins permission issues

See merge request surya/devops-workshop!5
parents 9d565081 951dfb41
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sour ...@@ -8,6 +8,7 @@ sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sour
sudo apt update sudo apt update
sudo apt install jenkins sudo apt install jenkins
sudo gpasswd -a jenkins docker sudo gpasswd -a jenkins docker
sudo usermod -aG docker jenkins
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl restart docker sudo systemctl restart docker
sudo service jenkins start 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