We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing a tkn pipeline describe (and tkn pipelinerun describe) I would like to see the declared results in the output.
tkn pipeline describe
tkn pipelinerun describe
Being able to see what results the pipeline provides.
$ tkn pipelinerun desc pipeline-release-run-z9557 Name: pipeline-release-run-z9557 Namespace: default Pipeline Ref: golang-test Service Account: release-right-meow Timeout: 1h0m0s # […] 📨 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
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
divyansh42
Successfully merging a pull request may close this issue.
Feature request
When doing a
tkn pipeline describe
(andtkn pipelinerun describe
) I would like to see the declared results in the output.Use case
Being able to see what results the pipeline provides.
UI Example
The text was updated successfully, but these errors were encountered: