List CI/CD solutions for Forgejo (#102)

Reviewed-on: https://codeberg.org/forgejo-contrib/delightful-forgejo/pulls/102
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Otto Richter <git@otto.splvs.net>
Co-committed-by: Otto Richter <git@otto.splvs.net>
This commit is contained in:
Otto Richter 2025-02-06 12:36:39 +00:00 committed by Gusted
parent 0ee7e2d13d
commit 0211578260

View file

@ -13,6 +13,7 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an
- [Tutorials](#tutorials)
- [Public instances](#public-instances)
- [Packaging](#packaging)
- [CI/CD](#ci-cd)
- [Forgejo Actions](#forgejo-actions)
- [Actions runners](#actions-runners)
- [Actions runner deployment tools](#actions-runner-deployment-tools)
@ -114,6 +115,22 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for
- [Cloudron package](https://codeberg.org/bart/forgejo-app) - Install Forgejo on a Cloudron server
## CI/CD
CI/CD tools that integrate via Forgejo officially or inofficially.
- [Forgejo Actions](#forgejo-actions) - the integrated CI/CD solution with external runners. See below.
- [Woodpecker CI](https://woodpecker-ci.org/) - a community-maintained powerful CI/CD based on Docker containers, historically forked from Drone CI.
- [Crow CI](https://crowci.dev/) - a soft-fork of Woodpecker CI.
- [Jenkins](https://www.jenkins.io/) - an extensible CI/CD with a large plugin ecosystem.
- [Gitea Plugin](https://plugins.jenkins.io/gitea/) - use Jenkins with Forgejo (API-compatible to Gitea).
- [Gitea Checks Plugin](https://plugins.jenkins.io/gitea-checks/) - use Forgejo status checks with Jenkins.
- [yoyo Sourcehut CI bridge](https://codeberg.org/emersion/yojo) - develop on Forgejo and run builds within the Sourcehut CI.
- [agola](https://agola.io/) - containerized and flexible CI/CD platform.
- [Buildbot](https://www.buildbot.net/) - a flexible CI/CD framework. Can be used [with a plugin](https://github.com/lab132/buildbot-gitea).
- [mvoCI](https://codeberg.org/snaums/mvoCI) - a simple and personal CI/CD solution.
## Forgejo Actions
Learn about Forgejo actions in the [![][forgejo] Actions admin guide](https://forgejo.org/docs/latest/admin/actions/) and [![][forgejo] Actions user guide](https://forgejo.org/docs/latest/user/actions/).