Jenkins Copy to slave plugin is over writing all the files -
I have Jenkins for automation script and we have 1 Jenkins server and 5 different slaves. What do I want to do? I want to copy all the files to the main server which is the master machine after every run. I have checked the copy to the slave plugin but with the new build it is copying the existing HTML report every time. But we want to report all test HTML according to the days.
I have to go to the slave machine to confirm it. (Testresults / results.html)
Please help me copy every HTML report every time.
You may use the action that was posted to "store artwork".
In this way, you will be able to see the last test from slaves on the master copy build.
Comments
Post a Comment