|
||||||||
|
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.

I see an similar issue on jenkins 1.580.1 with JUnit 1.4.
The compile-action run in a 'Virtualenv Builder' and failed.
Unfortunately the test-action is configured to run in the same job.
When the compile-action fails, the test-action never is called, it means, no testresult will be generated.
The PostbuildAction, tries to collect the JUnit result, but does not find any and runs into that exception below...