Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57365

MsBuildParser reports warnings if the build project contains "info"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • analysis-model
    • Jenkins 2.176
      Analysis Model API Plug-in 5.0.0
      Warnings Next Generation Plugin 5.0.0
    • 5.0.2

      The warning analysis reports a false positive if e.g. the build project name contains the string "info".

      For example, the line below is matched by the regexp parser:

      311>------ Build started: Project: sysinfo, Configuration: Debug Win32 ------

       
      This obviously leads to an error during the report generation:

      [DEBUG] [-ERROR-] Can't resolve absolute paths for some files:
      [DEBUG] [-ERROR-] - C:/jenkins/workspace/acecode-win/build/------ Build started: Project
      [DEBUG] [-ERROR-] Can't create fingerprints for some files:
      [DEBUG] [-ERROR-] - 'C:/jenkins/workspace/acecode-win/build/------ Build started: Project', IO exception has been thrown: java.nio.file.InvalidPathException: Illegal char <:> at index 59: C:/jenkins/workspace/acecode-win/build/------ Build started: Project
      

       

            stephansenkbeil Stephan Senkbeil
            stephansenkbeil Stephan Senkbeil
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: