-
Notifications
You must be signed in to change notification settings - Fork 250
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
PipelineRun logs do not include finally task logs #1054
Comments
Since |
/remove-kind bug |
/assign @pradeepitm12 |
Is there a chance that this might get addressed in time for the next CLI release |
Apologies, I just noticed that @vdemeester added this to the 0.11.0 milestone yesterday Thanks! |
closes tektoncd#1054 this adds finally logs in pipelinerun logs command in follow and non follow mode Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
closes #1054 this adds finally logs in pipelinerun logs command in follow and non follow mode Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Versions and Operating System
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
:Output of
kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
v0.14.0
Operating System:
Expected Behavior
tkn pipelinerun logs ...
should include the logs from all tasks including thefinally
tasks.Actual Behavior
tkn pipelinerun logs ...
does not include the logs of thefinally
tasks.Steps to Reproduce the Problem
1. Run pipeline
exit_handler.yaml
pipeline:2. Get the pipelinerun logs with
tkn
:tkn pipelinerun logs exit-handler # [print-msg : main] hi there
Expected:
3. Get the pipelinerun logs with
kubectl
:The text was updated successfully, but these errors were encountered: