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