-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins ver. 2.89.2
Warning plugin ver. 4.64
-
-
5.0.0 (analysis-model and warnings-ng)
In log i have lines like this:
17:4>Filters\FilterBuilder.cs(229,34): warning CS0168
As a result, i see «... java.io.IOException: Failed to copy d:/workspace/ .../Filters/17:4>Filters/FilterBuilder.cs ...»,message when I try to see the warning.
This leads to a constant emergence false-new warnings (because of changed path).
Pipeline command used to build:
bat """"${tool 'msbuild 15'}\\msbuild.exe" ${params.Solution} /p:TargetFrameworkVersion=v4.5;Configuration=Debug /p:DebugType=Full /consoleloggerparameters:ErrorsOnly;NoSummary /t:Build /m"""
[JENKINS-48647] Warnings Plugin MSBuild parser wrong parse msbuild15 warnings output
Description |
Original:
In log i have lines like this: 17:4>Filters\FilterBuilder.cs(229,34): warning CS0168 As a result, i see «... [java.io|http://java.io/].IOException: Failed to copy d:/workspace/ .../Filters/{color:#ff0000}17:4>{color}Filters/FilterBuilder.cs ...»,message when I try to see the warning. This leads to a constant emergence false-new warnings (because of changed path). Pipeline command used to build: {code:none} bat """"${tool 'msbuild 15'}\\msbuild.exe" ${params.Solution} /p:TargetFrameworkVersion=v4.5;Configuration=Debug /p:DebugType=Full /consoleloggerparameters:ErrorsOnly;NoSummary /t:Build /m""" {code} |
New:
In log i have lines like this: {noformat} 17:4>Filters\FilterBuilder.cs(229,34): warning CS0168 {noformat} As a result, i see «... [java.io|http://java.io/].IOException: Failed to copy d:/workspace/ .../Filters/{color:#ff0000}17:4>{color}Filters/FilterBuilder.cs ...»,message when I try to see the warning. This leads to a constant emergence false-new warnings (because of changed path). Pipeline command used to build: {code:none} bat """"${tool 'msbuild 15'}\\msbuild.exe" ${params.Solution} /p:TargetFrameworkVersion=v4.5;Configuration=Debug /p:DebugType=Full /consoleloggerparameters:ErrorsOnly;NoSummary /t:Build /m""" {code} |
Is this the exact log message? What does the 17:4 stand for? Is there no absolute path possible?