I'm starting to change from VM to Docker slaves on my Jenkins installation but something is wrong.
I've watched the videos published here http://blog.loof.fr/2015/09/introducing-docker-slaves-jenkins-plugin.html, but always jump an error.
I think that problem are the tools versions that I'm using.
Can be possible know what are the minimum version of Jenkins, Docker and Java for successful run a job?
Actually, I can't see Docker containers logs because "logs" command is supported only for "json-file" and "journald" logging drivers.
After various test, I see that during build execution:
Error response from daemon: Container 8a5e082967db812c09218cd088786343a0382f2bc3e2c61d7b7b7539223d8e6a is not running
Build step 'Execute shell' marked build as failure
With data provided by Docker Build Context link of each build I navigate to my local /var/lib/docker/volumes/17df2ffd9f2b0765ecb5b277db9aba4aaee60cf1d839da2fca562682426ed01c/_data/workspace/Docker_Test and Yahoo!, here are the files.
But Jenkins can't locate those files, needed for next steps.
Any idea?