improve link target on dashboard to a better results overview#82
Merged
Tattoo merged 1 commit intojenkinsci:masterfrom Apr 17, 2025
Merged
improve link target on dashboard to a better results overview#82Tattoo merged 1 commit intojenkinsci:masterfrom
Tattoo merged 1 commit intojenkinsci:masterfrom
Conversation
Contributor
Member
|
In addition, the link has worked this way for a more than a decade. Making backwards-incompatible change would annoy quite many users. |
Contributor
Author
Contributor
|
Oh that link. I had completely forgot that you could access the log file from there. Changing that could indeed make sense. |
Member
|
After discussion, we decided that this change indeed makes sense. Thanks for your patience @DirkRichter and righting our misunderstanding about the feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request improves the link target on the Jenkins Robot Plugin dashboard to provide a better overview of the results. The link has been updated from
report/log.htmltoreport/report.html#totals, which directs users to a more relevant section of the report.Testing done
I manually tested the change by navigating to the dashboard and clicking the updated link. The link now correctly redirects to the totals section of the report, providing a clearer overview of the results. I verified that the previous link (
report/log.html) was replaced and that the new link functions as intended.Submitter checklist