link to issues broken

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: