Page 1 of 1

JUnit Report not updated from Jenkins

Posted: Thu Mar 07, 2019 8:45 am
by Sarah
Hi,

I followed this instruction to set up a Jenkins Process:
https://www.ranorex.com/blog/integratin ... n-process/

This first worked fine, and the JUnit report was generated, respectively updated in the current directory as well.

But since yesterday afternoon I am having the problem, that the JUnit file does not get updated anymore. Hence, I do not get my Test Report Results on Jenkins. Does somebody know why this could happen?

Yesterday in the afternoon I was playing around with the Jira and XRay plugins, in order to import my test results into Jira Xray. Is it possible that this caused the problems?

Re: JUnit Report not updated from Jenkins

Posted: Thu Mar 07, 2019 8:56 am
by odklizec
Hi,

Well, if you have changed something during your yesterday's play, it's very well possible you broke it? ;) I think your best hope is to return back all your changes? I hope you have Jenkins configs under source control or at very least, you are using "Job Configuration History Plugin"? If not, then I'm afraid, you will have to remember what you did yesterday? Eventually, go through all integration steps and check if all is set properly. BTW, once fixed, you should immediately put Jenkins configs under source control and install "Job Configuration History Plugin". This could save your neck in future!

Re: JUnit Report not updated from Jenkins

Posted: Thu Mar 07, 2019 9:36 am
by Sarah
Thanks a lot. I could fix it meanwhile. Just deleting the old file did the trick. And now it is running stable for the last 10 runs.