opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Create pipeline run log artefact in finish task #41

Open michaelsauter opened 3 years ago

michaelsauter commented 3 years ago

The finish task should be able to capture the pipeline run log as an artefact. I wonder though how we could test this as in the tests we use task runs, not pipeline runs.

Or maybe that is not the right place to collect the logs (maybe we don't need it all the time?). Or we can do this another way in Tekton?

michaelsauter commented 3 years ago

If we do #55, then we could allow users to opt-in to this based on a parameter.

michaelsauter commented 2 years ago

Moving this further out for now. We already create lots of artifacts and right now we do not have an immediate need for the whole log.