TestExecute Jenkins job working last week, not working now
My Jenkins job was running great earlier last week. But the last few jobs the TestExecute is failing to start and the whole job fails.
I've tried running just TestExecute from the command line and it works. This will bring up TestExecute:
"C:\Program Files (x86)\SmartBear\TestExecute 12\bin\TestExecute.exe"
But when I run the entire command line using TestCompleteService12 with expected user it does nothing, TesTexecute never comes up, just times out:
"C:\Program Files (x86)\SmartBear\TestExecute 12\bin\TestCompleteService12.exe" //LogonAndExecute //lDomain: "" //lName: "jenkins" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "true" //lCommandLine: ""C:\Program Files (x86)\SmartBear\TestExecute 12\bin\TestExecute.exe" C:\jenkins\workspace\QATester_test1\LiveEarth_Smoke.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:c:\jenkins\workspace\QATester_test1\3404378.tclogx /ExportLog:c:\jenkins\workspace\QATester_test1\3404378.htmlx /ErrorLog:c:\jenkins\workspace\QATester_test1\3404378.txt /ExportLog:c:\jenkins\workspace\QATester_test1\3404378.mht /DoNotShowLog"
If I disable the running TestCompleteService12 service hoping that it will start on it's own, I get an error saying that it's not running and needs to.