GerritManualTrigger

GerritManualTrigger
GerritManualTrigger

Gerrit Manual Trigger feature is used to simulate an event corresponding to a change-id and match it against a Gerrit Trigger configuration to trigger pipeline(s) manually.

JSON Example
{
    "changeId": "I522eab3b678dedd68dad3e2c04d3cccc0eb9fa00",
    "project": "Gerrit-Trigger-Project",
    "trigger": "Gerrit-Trigger"
}
string
changeId
Required

The ChangeSet Id corresponding to which the manual trigger has to be performed.

string
project
Required

The tango project to which Gerrit Trigger belongs to.

string
trigger
Required

Name of the Gerrit Trigger for which event has to be analysed.