Javier Palacios edited a comment on Improvement JENKINS-9980

We also have this problem. We run the additional tests from a shell buildstep. If the buildstep runs after the maven execution the extra tests are not reported, but if we move the step to pre-build stage, they get properly shown.
The main drawback of this workaround is that 'clean' target cannot be used in the list of maven goals, because it removes the target/surefire-reports directory where the junit reports are copied to.

Update:
If the execution of the extra tests can be binded to the maven test phase, the produced junit does appear in jenkins along standard surefire reports if the resulting junit xml is copied there. At least for us and for now, this is an acceptable workaround.

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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to