-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
Jenkins 2.89.2
Static Analysis Utilities 1.93
Warnings Plug-in 4.64
Windows
I got this in a build log:
Skipping warnings blame since pipelines do not have an SCM link.%n [WARNINGS] Computing warning deltas based on reference build #2
There is a spurious "%n" at the end of the line. It, and another one, were apparently added in analysis-core-plugin commit 6f481f0537c3c3db09f30678ba8ef7c99a771db0. Note that AbstractBlamer#log calls String.format to expand the "%n" syntax but BlameFactory#log logs the string as is.
Fixed in branch 3.0 (See a437ab5601974efafdd94cabeeec90e3d52638f0).