My Jenkins is not run in Docker container, just tradional install to VPS. I got the following error when executing a simple test project. I am using Ubuntu 14, java 7, and s
Running
sudo usermod -aG docker jenkins
and then
sudo service jenkins restart
worked perfectly for me.