Skip to content

Commit 18896d8

Browse files
camlafitlafriks
authored andcommitted
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]>
1 parent f1c4148 commit 18896d8

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
date: "2019-08-27:00:00+02:00"
3+
title: "CI/CD Usage"
4+
slug: "ci-cd"
5+
weight: 40
6+
toc: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "advanced"
11+
name: "CI/CD Usage"
12+
weight: 40
13+
identifier: "ci-cd"
14+
---
15+
16+
# Gitea and CI/CD
17+
18+
**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)

docs/content/doc/advanced/third-party-tools.en-us.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ menu:
1919
*This is by no means a complete list, so feel free to ask about adding more!*
2020

2121
### Continuous Integration
22-
[BuildKite Connector](https://github.com/techknowlogick/gitea-buildkite-connector)
23-
[Jenkins Plugin](https://github.com/jenkinsci/gitea-plugin)
24-
[Using Gitea with Drone](https://docs.drone.io/installation/gitea/)
2522

23+
Check our [CI/CD page]({{< relref "doc/advanced/ci-cd.en-us.md" >}})
2624

2725
### Migrating
2826
[Installation script for Gitea](https://git.coolaj86.com/coolaj86/gitea-installer.sh)

0 commit comments

Comments
 (0)