tektoncd/pipeline

Add support for PipelineRun display name

Open

#10,300 opened on Jun 17, 2026

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Go (1,943 forks)auto 404
good first issuehelp wantedkind/feature

Repository metrics

Stars
 (9,013 stars)
PR merge metrics
 (PR metrics pending)

Description

Feature request

A PipelineRun in the UI is currently represented by the technical name, that is meant to be machine readable, not human readable.

It will be helpful to add new field to PipelineRun for display name, like it was done in this TEP for pipeline and task.

Param substitution would be great 🙏

After that, I could open a request on the dashboard repo to add this.

Before

After

Contributor guide