1
0
Fork 0
mirror of https://codeberg.org/forgejo-contrib/delightful-forgejo.git synced 2025-04-24 00:58:08 +02:00

List CI/CD solutions for Forgejo

This commit is contained in:
Otto Richter 2025-02-05 18:17:10 +01:00
parent 0ee7e2d13d
commit 4caedce54d

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/).