You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propose some references about ci/cd solutions compatibles with gitea (#7996)
* Propose some references about ci/cd solutions compatibles with gitea
* No note about theirs integration level, only a starting point.
* Update docs/content/doc/advanced/ci-cd.en-us.md
Improve text
Co-Authored-By: Lauris BH <[email protected]>
* Improve link to CI solutions
Update docs/content/doc/advanced/ci-cd.en-us.md
Co-Authored-By: Lauris BH <[email protected]>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Typo in name :/
Co-Authored-By: John Olheiser <[email protected]>
* Remove redundant empty line
* Invite user to consult new CI/CD page
* Link target CI tools
* Jenkins and its plugin
* Update docs/content/doc/advanced/third-party-tools.en-us.md
Simplify link CI/CD
Co-Authored-By: John Olheiser <[email protected]>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Typo
Co-Authored-By: John Olheiser <[email protected]>
* Provide gitea documentation about drone usage
Co-Authored-By: John Olheiser <[email protected]>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Co-Authored-By: Lauris BH <[email protected]>
* Apply suggestions from code review
Co-Authored-By: Lauris BH <[email protected]>
**NOTE:** These tools are not endorsed by Gitea. They are listed here for convenience only.
19
+
20
+
## Listing
21
+
22
+
CI/CD solutions that have integration with Gitea. Following list is not complete,
23
+
the purpose is to give a starting point to integrate a CI/CD process with your Gitea instance.
24
+
25
+
-[Drone](https://drone.io) with [Gitea documentation](https://docs.drone.io/installation/gitea/)
26
+
-[Jenkins](https://jenkins.io/) with [Gitea plugin](https://plugins.jenkins.io/gitea)
27
+
-[Agola](https://agola.io)
28
+
-[Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
29
+
30
+
Others CI/CD solutions that partially can be integrated with Gitea:
31
+
-[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)
0 commit comments