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?
Asked
Active
Viewed 46 times
1 Answers
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
-
It means I can even make comment on merge requests in gitlab from that external service right? @VonC – dinolin Mar 29 '20 at 19:21
-
1@DINOLINYPJOB Yes, since it is part of the GitLab open source project. – VonC Mar 29 '20 at 19:30
-
Thanks a lot @VonC – dinolin Mar 29 '20 at 19:31