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

Clang Scan-build chart links are broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • clang-scanbuild-plugin
    • None
    • Mac OS 10.7

      When viewing the main page for a job that includes Clang static analysis results, there is a line chart that tracks the number of bugs for each build. Clicking on a node in the chart is supposed to take you to the bug listing, but is broken:

      http://myserver:8080/view/Nightly/job/myjob/37//clangScanBuildBugs

      the problem appears to be that the link assumes Jenkins runs at the root level of the server ( http://myserver:8080/ ) rather than in a sub directory ( http://myserver:8080/Jenkins ). The URL should be:

      http://myserver:8080/Jenkins/view/Nightly/job/myjob/37//clangScanBuildBugs

            Unassigned Unassigned
            danb Daniel Bergquist
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: