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

Add description to task and clustertask list #625

Closed
siamaksade opened this issue Jan 20, 2020 · 4 comments · Fixed by #787
Closed

Add description to task and clustertask list #625

siamaksade opened this issue Jan 20, 2020 · 4 comments · Fixed by #787
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@siamaksade
Copy link

It would be useful for tasks and clustertask to have a description which could then be displayed by cli and other toolings to inform the user on what each task does

$ tkn task list

NAME              DESCRIPTION                        AGE          
buildah           Dockerfile builds with Buildah...  4 hours ago  
maven             Apache Maven build tool for Ja...  4 hours ago  
openshift-client  OpenShift CLI (oc)                 4 hours ago 

The description could possibly be an annotation on Task and ClusterTask. Or alternatively in the TaskSpec.

@vdemeester
Copy link
Member

/kind feature

@tekton-robot tekton-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 20, 2020
@chmouel
Copy link
Member

chmouel commented Jan 20, 2020

I don't think this is supported yet by pipeline....

@vdemeester
Copy link
Member

Upstream issue is tektoncd/pipeline#993

@piyush-garg
Copy link
Contributor

/assign

@piyush-garg piyush-garg added this to the 0.8.0 🐯 milestone Feb 25, 2020
@vdemeester vdemeester modified the milestones: 0.8.0 🐯, 0.9.0 🐺 Feb 27, 2020
piyush-garg added a commit to piyush-garg/cli that referenced this issue Mar 13, 2020
This will add description column to task,
clustertask, condition list command.

Add test

Fix tektoncd#625
tekton-robot pushed a commit that referenced this issue Mar 13, 2020
This will add description column to task,
clustertask, condition list command.

Add test

Fix #625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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