Is there an existing issue for this?
Kubernetes Version
No response
Shipwright Version
No response
Current Behavior
--follow assumes only 1 pod is created per buildrun. as soon as the first pod exits log streaming exits instead of iterating over the second pod.
current logic assumes buildruns are created using tekton taskruns, since pipelinerun executor has been added recently to shipwright --follow logic must get updated as well.
Expected Behavior
No response
Steps To Reproduce
Create a buildrun with PipelineRun as the executor
Anything else?
No response
Is there an existing issue for this?
Kubernetes Version
No response
Shipwright Version
No response
Current Behavior
--follow assumes only 1 pod is created per buildrun. as soon as the first pod exits log streaming exits instead of iterating over the second pod.
current logic assumes buildruns are created using tekton taskruns, since pipelinerun executor has been added recently to shipwright
--followlogic must get updated as well.Expected Behavior
No response
Steps To Reproduce
Create a buildrun with
PipelineRunas the executorAnything else?
No response