pagure_ci.rst 865 B

123456789101112131415161718192021222324252627282930313233
  1. Pagure CI
  2. =========
  3. Pagure CI is a service integrating the results of Continuous Integration (CI)
  4. services, such as jenkins or travis-ci, into pull-requests opened against
  5. your project on pagure.
  6. .. note:: By default pagure-ci is off, an admin of your pagure instance will
  7. need to configure it to support one or more CI services. Check the
  8. configuration section on how to do that.
  9. Contents:
  10. .. toctree::
  11. :maxdepth: 2
  12. pagure_ci_jenkins
  13. Tips and tricks
  14. ---------------
  15. * How to re-trigger a run of pagure-ci on a pull-request?
  16. To manually trigger a run of pagure-ci on a given pull-request, simply add
  17. a comment saying: ``pretty please pagure-ci rebuild``.
  18. .. note:: To always have this handy, you can save it in the ``Quick Replies``!
  19. .. note:: This trigger can also be configured per pagure instance via the
  20. configuration file.