You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ci-cd.en-us.md 1.6 kB

12345678910111213141516171819202122232425262728293031323334353637
  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. # Gitea and CI/CD
  16. **NOTE:** These tools are not endorsed by Gitea. They are listed here for convenience only.
  17. ## Hey! This page may be out of date or even removed in the future! :scream:
  18. Instead, check out [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-devops)!
  19. ## Listing
  20. CI/CD solutions that have integration with Gitea. Following list is not complete,
  21. the purpose is to give a starting point to integrate a CI/CD process with your Gitea instance.
  22. - [Drone](https://drone.io) with [Gitea documentation](https://docs.drone.io/installation/providers/gitea/)
  23. - [Jenkins](https://jenkins.io/) with [Gitea plugin](https://plugins.jenkins.io/gitea)
  24. - [Agola](https://agola.io)
  25. - [Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
  26. - [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/)
  27. - [Buildbot](https://www.buildbot.net/) with [Gitea plugin](https://github.com/lab132/buildbot-gitea)
  28. Others CI/CD solutions that can partially be integrated with Gitea:
  29. - [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)