| I've been trying to track this issue. It's a bit of a surprise because there was a big push recently to get Docker supported in version 1.21 of the plugin. The effort culminated in this pull request: https://github.com/jenkinsci/docker-workflow-plugin/pull/184 I was racking my brain trying to figure out how this was so thoroughly tested, but this path issue exists. The best I can tell, anyone who successfully tested these changes was running Windows containers on a Windows host. In that scenario the paths would be valid for both the host and the container. The error reported here happens when you run Linux containers on a Windows host. An elegant fix for this would be challenging because the environment would need to be checked to see what type of containers Docker is currently configured to run. |