Forum Discussion
Without seeing the logs from your jenkins jobs it's hard to tell, but I'm going to guess it's because you don't have an active user / UI session which is required for Test Complete tests that interact with the GUI.
What about your project prevents you from using the plugin? In a nutshell it's still just executing commands from the CLI, but has a lot more incorporated with it, like opening a gui session, copying your logs, etc...
Since the test hangs once trying to execute it through command line, I have to abort it and do not receive and logs from the Jenkins job, so I'm sorry I can't provide that. I assumed it was because of the user session, but I assumed using the batch command would work since I am essentially running the exact same commands, minus the TestService portion which I show above and which I have tried, but still fails to work.
Also, the project uses command line as it's a Python script determining which projects to run based on tags.
- asmatullah7 years agoContributor
Hi ,
Just try Disabling TestExecute Logs ,Sometimes logs may hang the system.
Try it I am not sure this will help you.