An error occurred while fetching the assigned iteration of the selected issue.
Improve breadcrumbs in pipeline external artifacts page
Problem
On the redirect page for viewing a job artifact, the breadcrumb isn't behaving as expected.
In the above screenshot, the top navigation breadcrumb no longer has the job # and artifacts links as in the below screenshot from the artifacts file browser.
The file browser breadcrumb also removes any links to the folder structure or file you are looking at, so it just says Artifacts
.
Context
The following discussion from !143597 (merged) should be addressed:
-
@leetickett-gitlab started a discussion: (+2 comments)
it definitely does the trick, and I imagine we probably want to merge this first iteration, but perhaps have a follow up as I don't find it very intuitive?
- The hyperlink is black so i've no way of knowing it's a hyperlink without hovering?
- Perhaps a more logical approach would be haivng the "actual breadcrumb" expanded (e.g. instead of
Repo Analytics Group 1711020273 / Repo Analytics Project 1711020273 / Jobs
it'd say something like:Repo Analytics Group 1711020273 / Repo Analytics Project 1711020273 / Jobs / 776 / Artifacts / ci_artifacts.txt
(and I could click on any part of that breadcrumb to navigate to it? Wdyt? Shall we create a follow up?
Proposal
- Update the top navigation breadcrumb for the redirect page to include the job number and
Artifacts
links. - Update the file browser navigation breadcrumb for the redirect page to include the path to the file you are trying to view.