diff --git a/README.md b/README.md index e64431f..193c508 100644 --- a/README.md +++ b/README.md @@ -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/).