Bryan Pearson
unread,Aug 12, 2015, 12:21:11 AM8/12/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
I am currently having a problem that seems to inconsistently occur,
and I am not sure what the issue is.
We have a job that after its completion outputs .xml files, we then
have junit set to publish them, on a few occasions the xml wont get
updated following the run. I'll receive the error:
-----
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are
new. Did tests run?
For example, /workspace/test/reports/TEST-TestName.xml is 7 min 9 sec old.
-----
In this case the prior run was 7 min earlier.
Bryan