Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Task, Pipeline, Pipelineruns
Define each task - Git clone, build, image push
Define pipeline - call above all tasks (step by step)
Define pipelineurns - trigger pipeline (pipelineref)
What i want to try is to save each pipelineruns step's log in PVC or Object Storage.
(for example, when i call pipelineurns as named pr-1, pr-2, pr-3)
Log should be distinguish each other because of other service fetch those logs'
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions