This is an old revision of the document!


Pipeline triggers

Pipeline triggers can be used to start a pipeline via command-line. Triggers will refer to the last commit and are configured in single projects.

Configuration

To add pipeline triggers for a project, go to project → settings → ci/cd → Pipeline triggers. Type in a name for this trigger token and press “add trigger”. Remember: the created token refers to your user.

Usage

As mentioned, triggers can be sent via command-line (curl) as well as with postman. Postman serves a better overview of variables and authentication.