0

How to create my own service and add it into gitlab? Services like jira, jenkins are present under integrations in Gitlab. How can I create a service to add it under gitlab Integrations and make it useful for every one's use?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
dinolin
  • 78
  • 9

1 Answers1

1

This is called "Project services", and it has a "contribution" section.

It is based on gitlab-org/gitlab-foss, folder app/models/project_services, where you can add your own service.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250