Issue Type: Bug Bug
Affects Versions: current
Assignee: vjuranek
Components: docker-build-step
Created: 11/Aug/14 4:14 PM
Description:

I am having trouble using the COPY and ADD commands in my Dockerfile, for some reason when I do something like this:

ADD . /container/dir
or
ADD whatever.txt /container/dir
or
COPY . /container/dir
The only thing it adds/copies is the Dockerfile, and not the rest of the contents of the build context. I've been poking around the source, but I cannot pinpoint what the issue could be.

Caveat: My docker host is running on a different IP, and the jenkins instance is running inside a container on that host, but I'd think the docker REST client should still work in this case.

Project: Jenkins
Priority: Major Major
Reporter: Jarrod Kahn
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to