GitLab: add files to source repository as part of GitLab pipeline
When a GitLab CI/CD pipeline needs to persist job output or a rendered report, it will typically save it as an artifact on the job, or perhaps write it to an external storage service or as a GitLab Release archive. But it is also capable of pushing this file to its own git repository, stored … GitLab: add files to source repository as part of GitLab pipeline