link to issues broken

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: warnings-ng-plugin
    • None
    • Environment:
      Warnings Plugin 12.3.0

      When publishing multiple reports with the same parser previously the id given was used in url.

      e.g. 

      steps.publishIssues(
          issues: [
            cmake(id: "preset1", name: "preset1", pattern: "*.cmakeLog")
          ],
          sourceCodeEncoding: 'UTF-8',
          failOnError: true,
          trendChartType: 'TOOLS_ONLY',
          healthy: 1, unhealthy: 2, minimumSeverity: 'NORMAL',
          id: "cmake_preset1",
          name: "hallihallo"
        )
      

      this lead to a report with the url : "...job/trunk/1320/cmake_preset1"
      but now only the base report parser id seems to be used "...job/trunk/1320/cmake"

      so it's no longer working.

      maybe this has something todo with these changes

            Assignee:
            Ulli Hafner
            Reporter:
            Kevin Broselge
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: