|
||||||||
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.
+1 since I generate jobs from a template from thousands of projects I simply don't know if a project will generate test results files or not.
Using the `xunit` plugin instead (which has the requested configuration option) does not work for me either since it is much stricter when validating the xml files.
As a temporary fix I conditionally generate a dummy result file. But that "pollutes" all test statistics.
I do understand the fine line of flexibility vs. bloated but this seems to break a use case several users are having.