How to export junit report generated through TestComplete plugin in Jenkins to my workspace
Hi All,
I am using Jenkins server with TestComplete Test plugin enabled to trigger my tests. I have enabled Generate Junit Style report in TestComplete plugin and observed 'junitResult.xml' file is generated in jenkins build location. I wanted to copy this file from jenkins location to my workspace (slave location). Is there any way to get this file?
My jenkins server is hosted in Linux OS and my execution is happening in Windows OS.
Thanks in advance.
Regards,
Karthik K R
Hi Shankar,
Thanks for your response.
Actually I wanted to copy file from Master(Jenkins server) to Slave machine post TestComplete execution. When we check Generate Junit Style report in TestComplete plugin, actually it creates a file 'junitResult.xml' in the build location in the Jenkins server.
I have found a solution to copy that file from Master to Slave using PSCP command. It works well in my case to copy the file.
Thanks again.
Regards,
Karthik K R