From de8a0a3938e811ffaa6800a771d7f09fd6428608 Mon Sep 17 00:00:00 2001
From: Km <cam.lafit@azerttyu.net>
Date: Fri, 4 Oct 2019 19:30:05 +0200
Subject: [PATCH] Add buildbot CI (#8378)

Buildbot can work with Gitea
---
 docs/content/doc/advanced/ci-cd.en-us.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/content/doc/advanced/ci-cd.en-us.md b/docs/content/doc/advanced/ci-cd.en-us.md
index 5d64337533..7d22078a9d 100644
--- a/docs/content/doc/advanced/ci-cd.en-us.md
+++ b/docs/content/doc/advanced/ci-cd.en-us.md
@@ -27,6 +27,8 @@ the purpose is to give a starting point to integrate a CI/CD process with your G
  - [Agola](https://agola.io)
  - [Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
  - [AppVeyor](https://www.appveyor.com) with [built-in Gitea support](https://www.appveyor.com/blog/2019/09/05/gitea-receives-first-class-support-in-appveyor/)
+ - [Buildbot](https://www.buildbot.net/) with [Gitea plugin](https://github.com/lab132/buildbot-gitea)
+ 
 
 Others CI/CD solutions that partially can be integrated with Gitea:
  - [Concourse](https://www.concourse-ci.org), see more information at [Concourse community forum](https://discuss.concourse-ci.org/t/concourse-ci-and-gitea-oauth/1475)