diff options
author | Km <cam.lafit@azerttyu.net> | 2019-10-04 19:30:05 +0200 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-10-04 19:30:05 +0200 |
commit | de8a0a3938e811ffaa6800a771d7f09fd6428608 (patch) | |
tree | ddb4a589b43d44515715a7de58723abb95421b33 /docs/content/doc/advanced/ci-cd.en-us.md | |
parent | ae939652eafd95e7f9318187be4bd41fc9de6e2a (diff) | |
download | gitea-de8a0a3938e811ffaa6800a771d7f09fd6428608.tar.gz gitea-de8a0a3938e811ffaa6800a771d7f09fd6428608.zip |
Add buildbot CI (#8378)
Buildbot can work with Gitea
Diffstat (limited to 'docs/content/doc/advanced/ci-cd.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/ci-cd.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
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) |