-
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"""
Is this the exact log message? What does the 17:4 stand for? Is there no absolute path possible?