khalik's avatar
khalik
New Contributor
7 years ago
Status:
New Idea

[Jenkins plugin] Ability to access the junit report file on the slave machine

Hello,

 

Today the junit report file or only store on the master jenkins.

I will need on evolution to be able to access the file from the slave, i.e I need the file to be present in the project where the .md file is.

The end goal for me is to use that file to push the results to elasticsearch to be able to see the history of the runs.

 

Let me know if you need more information

 

Regards,

 

Kevin

 

 

2 Comments

  • shankar_r's avatar
    shankar_r
    Community Hero

    I guess, JUnit reports are saved in the salve location only.

     

    /ErrorLog:c:\jenkins\workspace\TestComplete_Test_Build\1054910.txt

    Above is the path of slave node not the master. to be more clear wherever you run the build there only will get placed. 

  • khalik's avatar
    khalik
    New Contributor

    Hello Shankar,

    The Junit report file is an xml file call junitResult.xml located in the master node in ./jenkins/jobs/%yourjob%/builds/%yourbuildNumber%.

     

    junitResult.xml

    My need is to access that file from the slave node.
    I already contacted the support of test complete but they were not able to provide me with a workaround and advised me to log the request here to catch the Product Owner attention.

     

    Regards,

    Kevin