kevin_kapell
9 years agoFrequent Contributor
Jenkins TestComplete plugin looks only in the Jenkins workspace for the Project file
I am using Jenkins v2.32.1 with the TestComplete plugin and testComplete 12.
My TestComplete scripts are in a location on the PC that is not the Jenkins workspace folder.
I tried entering the following as the path to the scripts:
"C:\Program Files (x86)\SmartBear\TestExecute 12\Bin\TestExecute" "C:\Repository\Automation\Help Desk\HelpDesk - Ticket Functionality.pjs" /run /exit
However, the Jenkins plugin tries to file the file under it's workspace folder and it of course does not find the file.
How do I set the path in Jenkins so that it finds the TEstComplete project file?