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
tkn Version: v0.8.0
Operating System: Linux
tkn task/pipeline describe should show the taskrun/pipelinerun STARTED (In descending order)
tkn task/pipeline describe shows the taskrun/pipelinerun sorted by taskrun/pipelinerun name instead of STARTED
User will be mostly worried about the latest results of the task/pipeline
$ tkn pipeline describe build-and-deploy Name: build-and-deploy Namespace: test-tekton 📦 Resources NAME TYPE ∙ git-repo git ∙ image image ⚓ Params NAME TYPE DEFAULT VALUE ∙ deployment-name string --- 🗒 Tasks NAME TASKREF RUNAFTER ∙ build-image buildah ∙ apply-manifests apply-manifests build-image ∙ update-deployment update-deployment apply-manifests ⛩ PipelineRuns NAME STARTED DURATION STATUS ∙ build-and-deploy-run-4z7zw 17 minutes ago 3 minutes Failed ∙ build-and-deploy-run-68nnm 1 minute ago --- Running ∙ build-and-deploy-run-mbtnh 16 minutes ago 2 minutes Failed ∙ build-and-deploy-run-x6lds 8 minutes ago 4 minutes Succeeded ∙ build-and-deploy-run-zdmvm 8 minutes ago 4 minutes Succeeded
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
Full list of resources affected:
It looks like we actually already support this with PipelineRun, so this should be resolved.
PipelineRun
danielhelfand
No branches or pull requests
Version and Operating System
tkn Version:
v0.8.0
Operating System:
Linux
Expected Behavior
tkn task/pipeline describe should show the taskrun/pipelinerun STARTED (In descending order)
Actual Behavior
tkn task/pipeline describe shows the taskrun/pipelinerun sorted by taskrun/pipelinerun name instead of STARTED
Steps to Reproduce the Problem
Additional Info
User will be mostly worried about the latest results of the task/pipeline
The text was updated successfully, but these errors were encountered: