Forum Discussion
It's not running because the machine you have setup as a Jenkins Slave does't have Test Execute installed, only Test Complete, and you have specified to run Test Execute:
[TestComplete] Found TestComplete/TestExecute installations: Type: TC, Version: 12.50.4142.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 12\bin\TestComplete.exe" [TestComplete] [ERROR] Unable to find the specified TestComplete/TestExecute installation.
The machines you want to run tests on must be configured as jenkins slave with the matching test runner installed.
I also noticed in your screenshots that you don't have the projectuiste file or project configured properly.
You have to specifify the path of the project sutie file relative your remote workspace, and then reference just the name of the project if you don't want to run the entire suite.
More information on the requirements and how to properly set it up can be found here:
https://support.smartbear.com/testcomplete/docs/working-with/integration/jenkins/running-tests.html