Add navigation links to previous/next pipeline and corresponding builds
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
In Jenkins you may easily navigate to a previous job execution. In gitlab-ci you always have to go back to the pipeline overview to achieve the same.
~"feature proposal" ~CI
Proposal
As a developer I want to easily navigate between pipeline runs of one branch so that I may see whether different jobs did fail.
Given I am on the overview of a single pipeline e.g. https://gitlab.com/gitlab-org/gitlab-ce/pipelines/3799985 I want to see a link to the previous resp. next pipeline of the same branch (e.g https://gitlab.com/gitlab-org/gitlab-ce/pipelines/3798521).
As a developer I want to easily navigate between the builds of the same job in the same branch so that I may compare the console output more easily.
Given I am on a build page e.g. https://gitlab.com/gitlab-org/gitlab-ce/builds/2653568 I want to see a link to the previous resp. next build page of the same branch (e.g. the previous master build of knapsack). This could be an addition to the Build details section.