Skip to content

GitLab Trigger#

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

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.

Activate workflow for production

You'll need to save the workflow and then click on the Activate toggle on the top right of the screen to activate the workflow. Your workflow will then be triggered as specified by the settings in the GitLab Trigger node.