-
New Feature
-
Resolution: Fixed
-
Minor
-
Jenkins 2.7.4
docker-workflow-plugin 1.9
The Docker.groovy and WithContainerStep.java files have linux-specific commands that will fail to run on Windows Server with docker installed.
Docker.groovy invokes CPS 'sh' step in several cases, and tries to start the container with the 'cat' command.
The WithContainerStep whoAmI is using the 'id' utility to determine the user owning the workspace.
- is blocked by
-
JENKINS-47703 Need the plugin could be used with Windows agents
- Reopened
- relates to
-
JENKINS-43590 docker.inside() breaks container environment.
- Open
-
JENKINS-51443 Wrong mount point spec for Windows Containers in Docker
- Open
-
JENKINS-48518 Docker Pipeline: invalid volume specification with Windows slave and Linux master
- Open
-
JENKINS-48050 Replace Declarative Docker agent directive with new implementation
- In Progress
-
JENKINS-34454 Add support for Docker-Toolbox/Windows
- Open
- links to