-
Improvement
-
Resolution: Fixed
-
Major
-
-
5.0.0-beta2
The URLs of the warnings result pages change when the parser configuration changes. That breaks links and bookmarks to these pages.
Currently the URLs use the pattern $BUILD_URL/warnings<index>Result/ and the index changes when a parser is added or deleted. See https://github.com/jenkinsci/warnings-plugin/blob/warnings-4.50/src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java#L147.
The URLs should not change when the parser configiuration changes or there should be a way to retrieve a permalink for the result page.