Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2015-05-27 Thread Boris Chavez-Bravo
I think I have been able to get around this issue by wrapping the call to the script through a batch call: withEnv(["PATH=C:\\cygwin\\bin;%PATH%"]) { bat "C:\\cygwin\\bin\\bash ./my_script.sh ${arg1} ${arg2}" } On Wednesday, May 27, 2015 at 1:07:41 PM UTC-4, LesMikesell wrote: > > On Thu, Jan 8

Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2015-05-27 Thread Boris Chavez-Bravo
I am facing the exact same issue. Has anyone come across a solution for this problem? On Thursday, January 8, 2015 at 1:35:42 PM UTC-5, Jesse Glick wrote: > > On Friday, December 5, 2014 6:35:33 AM UTC-5, Rupali wrote: >> >> So I am concluding that Shell script in in *workflow step* is not >> w