-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: core, distfork-plugin
-
Environment:Jenkins 2.150.1
Dist-fork 1.7
When the remote directory contains a FIFO file and the -Z option is used to return the remote files, then the dist-fork command hangs forever (after executing the command executed by dist-fork).Â
To reproduce:
java -jar jenkins-cli.jar -s ... -auth ... dist-fork -l ...-n mkfifo -Z =zip sh -c 'mkfifo foo; echo Hello > foo; ls -al'
Â
Also with -Z =tgz.
Â