Forum Discussion

daxter's avatar
daxter
New Contributor
5 years ago
Solved

TestComplete + jenkins + results

Hello,

i lunch some tests on testcomple and testexecute with the jenkins plungin.

 

I want to know how its possible to have a result of a test inside a pipeline. I try like this :

def result = testcompletetest actionOnErrors: 'MAKE_FAILED', .....

no result

 

with an xml like this (commandline) :

/ExportSummary:C:\JenkinsAgent\workspace\xx\test.xml 

no result

 

i can't see these files too *.tclogx *.htmlx and *.txt inside my workspace

 

thx a lot for any help