Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce an option to parameterize displayName #7200

Closed
pritidesai opened this issue Oct 11, 2023 · 1 comment · Fixed by #7273
Closed

introduce an option to parameterize displayName #7200

pritidesai opened this issue Oct 11, 2023 · 1 comment · Fixed by #7273
Labels
Hacktoberfest Categorizes issue as one for Hacktoberfest 2021 help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.

Comments

@pritidesai
Copy link
Member

displayName was introduced as part of https://github.com/tektoncd/community/blob/main/teps/0047-pipeline-task-display-name.md.

displayName helps describing and identifying pipelineTasks using human readable names in addition to machine friendly. displayName is limited to static values. It will help to specify these values dynamically through params in such way that the users can specify their own desired names through pipelineRun in a shared env.

For example:

displayName: "comments=$(params.comments)"

/kind feature

@tekton-robot tekton-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 11, 2023
@vdemeester vdemeester added the Hacktoberfest Categorizes issue as one for Hacktoberfest 2021 label Oct 11, 2023
@afrittoli afrittoli added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Oct 11, 2023
@AverageMarcus
Copy link
Contributor

Related - #7082 (this is the same request but specifically for Matrixs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Categorizes issue as one for Hacktoberfest 2021 help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants