Change By: Vivekanand SV (05/Jan/15 12:34 PM)
Description: I've upgraded Jenkins from 1.575 to 1.594. After updating, then I open the job page, I see 2 graphs and links for the test reports. Though test reports are correct and available, there are 2 instance of it pointing to the same URLs.

I use xUnit plugin to publish my JUnit reports as I needed a way to change the build status based on the test PASS/FAIL count that I wanted which I was not able to do in JUnit plugin.

Also, all the builds are not shown in the graphs. In the reference image attached, I've been using both Cobertura and xUnit for all the builds, but test graph starts only from build #322 while it should've started from build #291 as in the Cobertura graph.

I've attached the screen shot of the job page
 and config page  for reference.

And the config.xml has the following content under the publishers tag

<publishers>
    <xunit plugin="xunit@1.90"></>
    <hudson.plugins.cobertura.CoberturaPublisher plugin="cobertura@1.9.5"></>
    <hudson.tasks.ArtifactArchiver></>
</publishers>

Removed tag contents for brevity.
Attachment: Screen Shot 2014-12-18 at 10.30.54 am.png
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to