-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.19.2
Customer Build Environment Plugin 1.6.5
Docker 1.12.3
When I trigger a build using this plugin, my container is correctly started and environment variables are passed in with a workaround from JENKINS-32393. What happens to me is that at the end of the shell executor build step, the build process hangs indefinitely. I have verified that the last step of my shell executor has completed successfully. Why does the build not finish? If I run the build with strictly the shell executor and run manual commands to mount the workdir/tmp into a docker container, everything works fine. When I use this plugin, something is very wrong.
[JENKINS-39735] Builds hang first shell executor step and never finish
Description | Original: When I trigger a build using this plugin, my container is correctly started and environment variables are passed in with a workaround from JENKINS-39457. What happens to me is that at the end of the shell executor build step, the build process hangs indefinitely. I have verified that the last step of my shell executor has completed successfully. Why does the build not finish? | New: When I trigger a build using this plugin, my container is correctly started and environment variables are passed in with a workaround from JENKINS-32393. What happens to me is that at the end of the shell executor build step, the build process hangs indefinitely. I have verified that the last step of my shell executor has completed successfully. Why does the build not finish? |
Description | Original: When I trigger a build using this plugin, my container is correctly started and environment variables are passed in with a workaround from JENKINS-32393. What happens to me is that at the end of the shell executor build step, the build process hangs indefinitely. I have verified that the last step of my shell executor has completed successfully. Why does the build not finish? | New: When I trigger a build using this plugin, my container is correctly started and environment variables are passed in with a workaround from JENKINS-32393. What happens to me is that at the end of the shell executor build step, the build process hangs indefinitely. I have verified that the last step of my shell executor has completed successfully. Why does the build not finish? If I run the build with strictly the shell executor and run manual commands to mount the workdir/tmp into a docker container, everything works fine. When I use this plugin, something is very wrong. |
Summary | Original: Builds hang and never finish | New: Builds hang first shell executor step and never finish |
Environment |
Original:
Jenkins ver. 2.19.2 Customer Build Environment Plugin 1.6.5 |
New:
Jenkins ver. 2.19.2 Customer Build Environment Plugin 1.6.5 Docker 1.12.3 |
Assignee | Original: Nicolas De Loof [ ndeloof ] |