-
Bug
-
Resolution: Unresolved
-
Major
-
None
We are conducting some relatively simple tests with the docker pipeline plugin. In our test script, we are simply pulling our windows image, and then calling "image.inside()" to run a bat script "echo hello".
However, this causes our pipeline to hang indefinitely. After some debugging, the only way to get this pipeline to finish successfully is by manually going into the running docker container with our windows image, and running the jenkins-wrap.bat file manually. This causes the bat step in Jenkins to resolve. I think there could be a bug in this plugin when calling this jenkins-wrap.bat file for windows. Our tests on Linux containers works as expected