Closed VeereshAradhya closed 3 years ago
/assign
@pradeepitm12 what is the status here ?
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
with a justification.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle rotten
Send feedback to tektoncd/plumbing.
/remove-lifecycle rotten looks like this is still valid. this should be fixed as part ofhttps://github.com/tektoncd/cli/pull/1385
This could be closed as this is handled in https://github.com/tektoncd/cli/pull/1385
@nikhil-thomas: You can't close an active issue/PR unless you authored it or you are a collaborator.
This could be closed as this is handled in #1385
/close
@pradeepitm12: Closing this issue.
Versions and Operating System
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Operating System:
Expected Behavior
Logs of regular taskruns should appear before logs of finally taskruns
Actual Behavior
Logs of regular taskruns appear after logs of finally tasksruns
Steps to Reproduce the Problem
https://github.com/tektoncd/cli/blob/master/test/resources/pipelinerun-with-finally.yaml
tkn pr logs -f exit-handler
Additional Info
Command Execution logs
Note: It is not reproducible all the times. Need to run steps multiple times to reproduce the issue