n8n-docs/docs/nodes/nodes-library/trigger-nodes/GitlabTrigger
smamudhan a2741acec1
Add Gitlab Trigger node docs (#45)
*  Add Gitlab Trigger node docs

* Fixed gitlab docs based on Tanay's feedback

* minor fix
2020-07-17 12:27:18 +02:00
..
README.md Add Gitlab Trigger node docs (#45) 2020-07-17 12:27:18 +02:00
workflow.png Add Gitlab Trigger node docs (#45) 2020-07-17 12:27:18 +02:00

permalink
/nodes/n8n-nodes-base.gitlabTrigger

GitLab Trigger

GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking, and continuous integration/continuous deployment pipeline features.

::: tip 🔑 Credentials You can find authentication information for this node here. :::

Example Usage

This workflow allows you to receive updates for GitLab events. You can also find the workflow on the website. This example usage workflow would use the following node.

The final workflow should look like the following image.

A workflow with the GitLab Trigger node

1. GitLab Trigger node

  1. First of all, you'll have to enter credentials for the GitLab Trigger node. You can find out how to do that here.
  2. Enter the repository owner in the Repository Owner field.
  3. Enter the repository name in the Repository Name field.
  4. Select the * option in the Events field to receive updates when any event is triggered.
  5. Click on Execute Node to run the workflow.