[JIRA] [maven-plugin] (JENKINS-26021) xunit published results don't show up or hides maven test results in maven projects

3 views
Skip to first unread message

schristou88@gmail.com (JIRA)

unread,
Oct 23, 2015, 8:42:03 PM10/23/15
to jenkinsc...@googlegroups.com
Steven Christou commented on Bug JENKINS-26021
 
Re: xunit published results don't show up or hides maven test results in maven projects

This is also an issue for post-build steps too. If your maven project type and you have unit tests it will only display the ones from the maven build and ignore the one from the junit plugin. Checking the junitReport.xml file the content is properly being handled, but it does not display the results.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

nfalco79@hotmail.com (JIRA)

unread,
Feb 16, 2020, 7:49:04 AM2/16/20
to jenkinsc...@googlegroups.com
Nikolas Falco assigned an issue to Nikolas Falco
 
Jenkins / Bug JENKINS-26021
Change By: Nikolas Falco
Assignee: Gregory Boissinot Nikolas Falco
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

nfalco79@hotmail.com (JIRA)

unread,
Feb 16, 2020, 7:52:03 AM2/16/20
to jenkinsc...@googlegroups.com
Nikolas Falco closed an issue as Won't Fix
 

You should use one of both because xunit delegate on junit plugin this means that the same test is registered twice on same action.

withMaven(options: [junitPublisher(disabled: true)]) {
   ...
}
xunit([JUnit(deleteOutputFiles: true, failIfNotNew: false, pattern: '**/surefire-report*/*.xml', skipNoTestFiles: true, stopProcessingIfError: true)] ........)
Change By: Nikolas Falco
Status: Open Closed
Resolution: Won't Fix
Reply all
Reply to author
Forward
0 new messages