We have a windows bat script that works fine in windows. When run under Jenkins we have to run the embedded program in quoted string this causes the output to only be seen till after completion of the command. When run in a real windows cmd.exe the output come out when the text is found continues to run. We see the program is in the path directory and we also add the path statement before execution. "C\MyPrograms\;%path%". What causes Jenkins to save the output till after execution completes and why does the program have to be quoted when the program is in the path? We are using SVN | Grep and we get prorgam not found unless its is a quoted string with full path. "c:\Tortoise\Svn.exe parms | "C:\Myprogram\grep.exe" "string" " works with no output till the end. c:\Tortoise\Svn.exe parms | grep.exe "string" prorgam\command not found when the path is visibble in the echo "%path% command. Any ideas?
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
