minnieme
minnieme

Reputation: 33

Retrieve logs from CI running on a Gitlab private instance

I have a private Gitlab CI instance where I run my project pipelines. I want to share the logs with external contributors. May be even share it to a mirrored Github repository.

Is that possible?

I am able to post gitlab ci pipeline results to github. Since the gitlab instance is private, external customers can't access the pipeline to debug.

Expectation: Say I call the gitlab cli as workflow actions to trigger individual jobs, can I post job logs back to github?

Upvotes: 0

Views: 5

Answers (0)

Related Questions