Hacker News new | ask | show | jobs
by sligor 187 days ago
Is there good self hosted alternative to github action ? Jenkins should be still good even if old ?
1 comments

GitLab CE has the runner implementation baked in.

Keep in mind GitHub Actions is actually like 5 different products. So are you asking for the webhooks/events implementation, the runner orchestration implementation, the runtime image, the secrets storage implementation or the marketplace? All of these could theoretically be disparate components. GitLab gives you everything above but the marketplace