Hi,
I have installed Jenkins on my windows E drive. I created a Jenkins job to run the following command. The command is to run a windows executable from my windows C drive. However, the status of the run is Failed. Any help to fix the failure would be much appreciated.
call "C:\Program Files\PeopleSoft\PeopleSoft Test Framework\PsTestFw.exe" -CD=HCMTST1 -CO=username -CP=password -TST=PYR -TC=PSQUARYNAME -EXO=HCMTST1 -LOG="S:\Users\Kofi.Boateng\ptf_log2.txt"
First, is the above syntax correct? I am not familiar with batch scripting so I am not sure if I need any escape sequence or quotes in the absolute path to the .exe as there are spaces in some of the folder names.
Second, do I have environmental variable issue here? Jenkins is on E drive which is trying to execute a program on C drive and writing to a file on S drive all on one windows machine.
Regards,
Kofi Boateng