I have created a test job in jenkins and used html report publisher plugin to send the html report out puts (which is under project-root-directory/reports/htmls folder) back to the master server.
As the test jobs rerun the html report out puts gets changed (before 4 passed now its 1 fail 3 passed). But the html publisher still shows the old report(4 passed) if I open the job and click the HTML Report link .
Below screenshot is the old report which the master still displays:
But Actually it should have been like below :(which the tes job correctly creates inside the jenkins worksapce project dir)
Advance thanks for any input on fixing it so that the html report publisher plugin shows the updated test outouts (the second screenshot instead of the first one ).