Have a build.bat file on Win 7 64bit system. build.bat contains plink call to execute shell script on remote Linux server passing four arguments. When the build.bat is executed from the Command Prompt the plink command executes properly. When the same build.bat file is executed via Jenkins the plink command does not execute the shell script on the remote server.
The build.bat file does succesfully execute another plink call to a different Linux server but only passing two arguments. Not sure what is causing this inconsistency.