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

ci-cd.en-us.md 1.3KB

12345678910111213141516171819202122232425262728293031323334
  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. ## Listing
  18. CI/CD solutions that have integration with Gitea. Following list is not complete,
  19. the purpose is to give a starting point to integrate a CI/CD process with your Gitea instance.
  20. - [Drone](https://drone.io) with [Gitea documentation](https://docs.drone.io/installation/providers/gitea/)
  21. - [Jenkins](https://jenkins.io/) with [Gitea plugin](https://plugins.jenkins.io/gitea)
  22. - [Agola](https://agola.io)
  23. - [Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
  24. - [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/)
  25. - [Buildbot](https://www.buildbot.net/) with [Gitea plugin](https://github.com/lab132/buildbot-gitea)
  26. Others CI/CD solutions that partially can be integrated with Gitea:
  27. - [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)