-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Jenkins LTS 1.580.3
(master) Ubuntu Trusty 14.04, all updates
(slave) Windows Server 2012 x64
Oracle JDK 1.7.1_71
Using the workflow-plugin the 'sh' task hangs after an 'env' task call, even when the 'env' is on a different node. Here's a real example that hangs on the 'sh' call:
node('windows-doc') { echo "On my Windows slave" env.PATH = "C:\\Program Files (x86)\\MadCap Software\\MadCap Flare V10\\Flare.app;%PATH%" } node('master') { echo "On master" sh "ls -l" }
Remove the 'env.PATH' from that, and it will not hang.
- duplicates
-
JENKINS-26105 Unkillable tasks
- Resolved
-
JENKINS-26128 Dynamically-scoped env step
- Resolved