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

cppcheck plugin missing files if used by a matrix project

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • cppcheck-plugin
    • None
    • debian linux lenny
      jenkins 1.400
      cppcheck 1.47

      Following message is displayed in the log file:
      ....
      [Cppcheck] Starting the cppcheck analysis.
      [Cppcheck] Processing 1 files with the pattern '**/*cppcheck.xml'.
      [Cppcheck] [WARNING] - The source file 'file:/hudson/jenkins/jenkins/jobs/xxxx/workspace/ARCH/i386/DEBUG/false/binsrc/yyyyyy.cpp' doesn't exist on the slave. The ability to display its source code has been removed.

      The result is, that the file has no link in the cppcheck results.

      The cause is, cppcheck reports the file with an relatve path, binsrc/xxxxx.cpp, but the plugin search the file in the wrong path.
      The local module directory should be added to the path if it exists (we use svn repository), it should look like
      file:/hudson/jenkins/jenkins/jobs/xxxx/workspace/ARCH/i386/DEBUG/false/xxxx/binsrc/yyyyyy.cpp.
      While xxxx is the local module directory, defined as optional scm subversion property.

            gbois Gregory Boissinot
            wohauser wohauser
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: