In my case I was able to get sh commands working inside the container by
adding a user to the docker image with the uid/gid that was being specified
on the docker run command executed by the plugin (the local jenkins userid
and group).
On Thursday, October 1, 2015 at 12:28:54 PM UTC-4, Ross Va
Hello all,
I'm using the workflow and docker workflow plugins to run jenkins jobs
with steps executed inside of docker containers. Things are sort of
working - containers get run, but any sh step in a container causes the
job to hang forever.
Symptoms are the same as [1], but I don't think write
Hello all,
I'm using the workflow plugin with the jenkins:latest docker container,
and I need to run jobs inside of other containers. I've given jenkins
access to /var/run/docker.sock and it can run a new container from a
workflow.
But if there's a sh step in that container, the jenkins job free