|
When jenkins hits a named pipe upon archiving artifacts, archiving hangs indefinetly.
Reproduce This is simple to reproduce for a linux slave. In the job configuration, enter 'mkfifo block' into the "Execute shell", add the file to "Archive the Artifacts" and then schedule a build. Upon completion of the build, the post-build step should hang.
Workaround My current workaround is to avoid archiving named pipes.
|