aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/advanced/ci-cd.en-us.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/doc/advanced/ci-cd.en-us.md')
-rw-r--r--docs/content/doc/advanced/ci-cd.en-us.md31
1 files changed, 31 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
new file mode 100644
index 0000000000..e7955e9f97
--- /dev/null
+++ b/docs/content/doc/advanced/ci-cd.en-us.md
@@ -0,0 +1,31 @@
+---
+date: "2019-08-27:00:00+02:00"
+title: "CI/CD Usage"
+slug: "ci-cd"
+weight: 40
+toc: true
+draft: false
+menu:
+ sidebar:
+ parent: "advanced"
+ name: "CI/CD Usage"
+ weight: 40
+ identifier: "ci-cd"
+---
+
+# Gitea and CI/CD
+
+**NOTE:** These tools are not endorsed by Gitea. They are listed here for convenience only.
+
+## Listing
+
+CI/CD solutions that have integration with Gitea. Following list is not complete,
+the purpose is to give a starting point to integrate a CI/CD process with your Gitea instance.
+
+ - [Drone](https://drone.io) with [Gitea documentation](https://docs.drone.io/installation/gitea/)
+ - [Jenkins](https://jenkins.io/) with [Gitea plugin](https://plugins.jenkins.io/gitea)
+ - [Agola](https://agola.io)
+ - [Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
+
+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)