Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • maybe it's just not iterable? or just another side-effect of CPS. Try sh "set". Commented Feb 9, 2017 at 15:27
  • sh doesn't work: nohup: failed to run command "sh": No such file or directory Commented Feb 9, 2017 at 15:34
  • 1
    What OS is the node running? Commented Feb 9, 2017 at 15:41
  • Red Hat Linux. /bin/sh doesn't work either Commented Feb 9, 2017 at 15:41
  • 2
    no.. that's not a command, it's part of the DSL. use node { sh "set" }. Commented Feb 9, 2017 at 16:01