diff options
author | Km <cam.lafit@azerttyu.net> | 2019-08-29 23:30:12 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-08-29 17:30:12 -0400 |
commit | 18896d8df170fca7639779fb4c868bc76aba69bf (patch) | |
tree | 32e9481572fb8d8e448bf1ac67655d09fdd1d7f8 /docs/content/doc/advanced/third-party-tools.en-us.md | |
parent | f1c414882cbbdb22c6bcc6315c03a1d3c8454164 (diff) | |
download | gitea-18896d8df170fca7639779fb4c868bc76aba69bf.tar.gz gitea-18896d8df170fca7639779fb4c868bc76aba69bf.zip |
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 <lauris@nix.lv>
* Improve link to CI solutions
Update docs/content/doc/advanced/ci-cd.en-us.md
Co-Authored-By: Lauris BH <lauris@nix.lv>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Typo in name :/
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* 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 <42128690+jolheiser@users.noreply.github.com>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Typo
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Provide gitea documentation about drone usage
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Update docs/content/doc/advanced/ci-cd.en-us.md
Co-Authored-By: Lauris BH <lauris@nix.lv>
* Apply suggestions from code review
Co-Authored-By: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'docs/content/doc/advanced/third-party-tools.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/third-party-tools.en-us.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/content/doc/advanced/third-party-tools.en-us.md b/docs/content/doc/advanced/third-party-tools.en-us.md index de5ab3721a..8ee68c6aa8 100644 --- a/docs/content/doc/advanced/third-party-tools.en-us.md +++ b/docs/content/doc/advanced/third-party-tools.en-us.md @@ -19,10 +19,8 @@ menu: *This is by no means a complete list, so feel free to ask about adding more!* ### Continuous Integration -[BuildKite Connector](https://github.com/techknowlogick/gitea-buildkite-connector) -[Jenkins Plugin](https://github.com/jenkinsci/gitea-plugin) -[Using Gitea with Drone](https://docs.drone.io/installation/gitea/) +Check our [CI/CD page]({{< relref "doc/advanced/ci-cd.en-us.md" >}}) ### Migrating [Installation script for Gitea](https://git.coolaj86.com/coolaj86/gitea-installer.sh) |