georgereynolds
10 years agoOccasional Contributor
Changing the tescomplete execution command when working with jenkins
Hi,
I'm quite new to test execute and test complete. I noticed that our testexecute build runs from Jenkins and has the following command as seen on the console output on Jenkins
$ '"C:\Program Files (x86)\SmartBear\TestExecute 11\bin\TestCompleteService11.exe"' //LogonAndExecute //lDomain: "bedrock" //lName: "builduser" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "true" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestExecute 11\bin\TestExecute.exe" "F:\Jenkins\jobs\xxx Automated Tests\workspace\xxx Test\xxx Test .pjs" /run /SilentMode /ForceConversion /ns /exit "/ExportLog:F:\Jenkins\jobs\xxx Automated Tests\workspace\2658133.tclogx" "/ExportLog:F:\Jenkins\jobs\xxx Automated Tests\workspace\2658133.htmlx" "/ErrorLog:F:\Jenkins\jobs\xxx Automated Tests\workspace\2658133.txt" /DoNotShowLog"'
Simple question is - how can I change this so the /DoNotShowLog switch is removed? What would the file be called for example which runs the job?
I've found an XML config file in the directory detailed above (workspace), but this doesn't seem to have the options above in it.