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

Task/TaskRun describe: display result #1046

Closed
vdemeester opened this issue Jul 3, 2020 · 1 comment · Fixed by #1076
Closed

Task/TaskRun describe: display result #1046

vdemeester opened this issue Jul 3, 2020 · 1 comment · Fixed by #1076
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@vdemeester
Copy link
Member

vdemeester commented Jul 3, 2020

Feature request

When doing a tkn task describe (and tkn taskrun describe) I would like to see the declared results in the output.

Use case

Being able to see what results the task provides.

UI Example

$ tkn taskrun desc pipeline-release-run-z9557-unit-tests-jfttz
Name:              pipeline-release-run-z9557-unit-tests-jfttz
Namespace:         default
Task Ref:          golang-test
Service Account:   release-right-meow
Timeout:           1h0m0s
Labels:
 app.kubernetes.io/managed-by=tekton-pipelines
 tekton.dev/pipeline=pipeline-release
 tekton.dev/pipelineRun=pipeline-release-run-z9557
 tekton.dev/pipelineTask=unit-tests
 tekton.dev/task=golang-test

🌡️  Status

STARTED         DURATION    STATUS
4 minutes ago   ---         Failed(TaskRunValidationFailed)

Message

bound workspaces did not match declared workspaces: didn't provide required values: [source]

📨 Input Resources

No input resources

📨 Workspace

 NAME       RESOURCE REF
 ∙ source   tekton-pipelines-git-v0-14-0

📡 Output Resources

 No output resources

⚓ Params

 NAME        VALUE
 ∙ package   github.com/tektoncd/pipeline
 ∙ flags     -v -mod=vendor

⚓ Results

 NAME        VALUE
 ∙ digest   sha256:04b3a99383e112c046dbdfbead192822e74c04f286ef244aa7f3c9f719fc37f5

🦶 Steps

No steps

🚗 Sidecars

No sidecars
                  
@vdemeester vdemeester added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 3, 2020
@vdemeester vdemeester changed the title Task describe: display result Task/TaskRun describe: display result Jul 3, 2020
@chetan-rns
Copy link
Member

/assign

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.

3 participants