|
||||||||
|
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. That makes sense: the number of new warnings is computed and persisted for each build (i.e. constant for lifetime). On the other hand, the actual new warnings are computed dynamically by reading the current and previous warnings. If the previous warnings are deleted (because the build got discarded), then all warnings of the oldest build are new.
In order to fix that I would need to introduce an additional field for each warning that denotes if the warning is new or not.