/
GitLab Webhook Endpoint install
GitLab Webhook Endpoint install
Scm Change-sets add-on now supports and provides web-hook REST end-point for GitLab.
Step-1
In GitLab if you are an instance admin (you run your own GitLab installation) then you can add System Webhooks, including for push and tag push events.
Hence it is not necessary to individually add webhooks to each and every repository if you want them to be handled for all - which is very common for companies running their own GitLab instance and Jira instances.
On GitLab org, go to repository settings > Webhooks > Click Add Webhook
Define Payload URL e.g. http://JIRASERVER/rest/scmchangeset/1.0/changeset/gitlab/push
Content Type: application/json
Choose Just the push event
Check Active checkbox
Click Update/Add webhook.
Step-2
Verify payload delivery.
, multiple selections available,
Related content
GitLab Contents
GitLab Contents
More like this
Connector for GitLab and Confluence
Connector for GitLab and Confluence
More like this
GitLab Commits
GitLab Commits
More like this
Connector for GitLab and Jira
Connector for GitLab and Jira
More like this
GitHub Requests Panel
GitHub Requests Panel
More like this
Connector for GitHub and Jira
Connector for GitHub and Jira
More like this