community icon indicating copy to clipboard operation
community copied to clipboard

Proposal: DisplayName for PipelineRun

Open say5 opened this issue 9 months ago • 0 comments

Feature request

Currently in Tekton it is possible define displayName for TaskRun, it would be great to have it for PipelineRun. PR: https://github.com/tektoncd/community/pull/1174

Use case

Using displayName in PipelineRun would allow improve UX of Dashboard. For example if "build" is triggered by GitHub PR it would allow to show PR details (number, author, etc) directly on "PipelineRuns" page.

https://github.com/tektoncd/dashboard/issues/3804

say5 avatar Mar 26 '25 11:03 say5