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

Tried the new war (jenkins_main_trunk #3941) it didn't work for me. I have the same set-up Windows running under a service with many legacy builds.
What did work was adding
<timestamp>1420730669680</timestamp>
To the build.xml file. This resolved all my issues for this build.
This value was missing the only value present was
<startTime>1420730669680</startTime>
Obviously doing this for all 10000+ builds will require a script, but that seems to resolve it.