cppcheck-plugin icon indicating copy to clipboard operation
cppcheck-plugin copied to clipboard

JENKINS-25214 New error cancelled by another resolved error in the same build

Open Josh-Dutton opened this issue 7 years ago • 0 comments

Fixes the "new errors" count being a diff instead of pinging off every new error.

Calls "diffCurrentAndPrevious" if there was a job before to determine if any errors are considered "new". Will then return that count as the count of new errors.

Should resolve bug; https://issues.jenkins-ci.org/browse/JENKINS-25214?src=confmacro

Josh-Dutton avatar Jul 25 '17 00:07 Josh-Dutton