I have Jenkins setup in machine A and Testlink in machine B. Jenkins is connected to Testlink via Testlink Plugin. I scheduled a job via Jenkins that runs a python script via on machine B (via SSH) and the script generates JUnit report XML file. Now I'm am clueless about how I can get Jenkins-Testlink plugin to fetch the JUnit report from machine A?
I need to do this because the result seeking strategy is a certain Class name in the JUnit XML file.