• 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

          [JENKINS-10875] Clang Scan-build chart links are broken

          Steve Roth added a comment -

          me too, Jenkins 1.516

          Steve Roth added a comment - me too, Jenkins 1.516

          Yoichi Nakayama added a comment - - edited

          In ClangBuildGraph.java, "/" is hard-coded in URLAndTooltipBuilder#generateURL

          Yoichi Nakayama added a comment - - edited In ClangBuildGraph.java, "/" is hard-coded in URLAndTooltipBuilder#generateURL

          Cannot reproduce in clang-scanbuild-plugin 1.5

          Craig Rodrigues added a comment - Cannot reproduce in clang-scanbuild-plugin 1.5

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

              Created:
              Updated:
              Resolved: