-
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.
[JENKINS-30403] Permalink URLs for Warnings Result Pages
Workflow | Original: JNJira [ 165509 ] | New: JNJira + In-Review [ 182005 ] |
Labels | New: analysis-core-2.0 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Epic Link |
New:
|
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 5.0.0-beta2 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Any suggestion on how to administrate that URL? We currently have three types of parsers:
I think the first type can be handled by a new attribute in a parser. However, this then needs to be provided by customers plug-ins (and on the UI as text field).