Hey guys,
I'm currently trying to use oki-docki plugin developed at docker global hack day by Nicolas Deloof.
In my job configuration, I have configured to build into docker with Dockerfile.
When I run a shell script with
output is
/var/lib/jenkins/jobs/oki-docki-test/workspace
When I run with
output contains my directory "/medy" created in docker container and I have not this directory on my jenkins vm.
And when I run a shell script with
/tmp/hudson4845046798923701285.sh: 2: /tmp/hudson4845046798923701285.sh: mvn: not found
I haven't maven in my jenkins vm but in my container it's work. And when I try on command line
docker exec -t bmedy/myimage mvn -version
Any idea?
Thanks
ps: