n8n-docs/docs/nodes/nodes-library/trigger-nodes/GitlabTrigger
Harshil Agrawal 7b460243ab
SEO Update (#206)
2020-10-09 14:18:10 +02:00
..
README.md SEO Update (#206) 2020-10-09 14:18:10 +02:00
workflow.png Add Gitlab Trigger node docs (#45) 2020-07-17 12:27:18 +02:00

permalink description
/nodes/n8n-nodes-base.gitlabTrigger Learn how to use the GitLab Trigger node in n8n

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.