• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-ng-plugin
    • None
    • 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

          [JENKINS-75360] link to issues broken

          There are no comments yet on this issue.

            drulli Ulli Hafner
            thebro Kevin Broselge
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: