![]() |
|
|
|
|
Change By:
|
smarmit
(24/Feb/15 7:44 PM)
|
|
Description:
|
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:
---
{code}
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" }
---
{code}
Remove the 'env.PATH' from that, and it will not hang.
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/d/optout.