Skip to content

Remove/hide job ID's

Resources

Issue idea came from: https://gitlab.com/gitlab-org/gitlab-ce/issues/25564#note_26087825

Problem

Job ID's aren't mentioned anywhere where they are worthy of referencing externally.. so its a bit useless information. The job name is of much more value... and if we need to reference to them.. we could do so by referencing the job name in context of the pipeline ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/28291 anyone?).

also they are not used in the pipeline graph or mini-pipeline dropdown

Proposal

Let's get rid/hide it

Design:

before after
job list in pipeline view image image
general jobs list view image image
env list view image image
env detail view image image

Note: Order for job lists: status, commit, name, tags, pipeline, stage, time, coverage

Value

  • Cleaner look
  • Less confusion between ID's

Related issues

https://gitlab.com/gitlab-org/gitlab-ce/issues/25564#note_26087825

cc: @markpundsack @grzesiek @filipa

Edited by Dimitrie Hoekstra