-
Bug
-
Resolution: Fixed
-
Minor
-
None
After renaming a jenkins job which has a published report the link in the report header points to the old name.
[JENKINS-29679] Back link doesnt work after job renaming
Description |
Original:
After renaming a jenkins job which has a published report the link in the report header points to the old name. It'd better to use '..' as a link to the job |
New:
After renaming a jenkins job which has a published report the link in the report header points to the old name. Does it make sense to use js for this purpose: history.back(); ? |
Summary | Original: Back link doesnt work after job rnaming | New: Back link doesnt work after job renaming |
Description |
Original:
After renaming a jenkins job which has a published report the link in the report header points to the old name. Does it make sense to use js for this purpose: history.back(); ? |
New:
After renaming a jenkins job which has a published report the link in the report header points to the old name. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 164660 ] | New: JNJira + In-Review [ 197535 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
So this was originally changed because using relative paths didn't work reliably as the report can be accessed from both project or job levels. Probably it would be better to have the report rendered through some kind of templating that populates the job path dynamically.