github - Retrieve logs from CI running on a Gitlab private instance - Stack Overflow

admin2025-04-18  3

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?

转载请注明原文地址:http://anycun.com/QandA/1744956918a90011.html