-
Bug
-
Resolution: Fixed
-
Major
-
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
- is duplicated by
-
JENKINS-75344 Multiple reports with same parser fails
-
- Resolved
-