-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Jenkins ver. 1.554.3
Warnings Plug-in 4.47
Static Analysis Utilities 1.71
I am using the $WARNINGS_NEW token in my email notifications but (most of the time?) its value does not match the one shown in the warning results page of the build.
Instead, the new $WARNINGS_NEW seems to be equal to $WARNINGS_COUNT.
For example:
I get a mail reporting 118 warnings in total and 118 new warnings.
When I open the warnings result page it shows 118 warnings in total and 0 new warnings (which is correct).
I remember that I already had mails where the values were not equal but I can't recognize any pattern and again, most of the time, the new warnings value is wrong.
From looking at the code it looks ok. I need to update the acceptance tests with the email-ext integration first: currently the number of new warnings is equal to the actual number of warnings which hides this bug.