Manual Trigger Using POST
Manual trigger Gerrit event
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
gerritManualTrigger
{
"changeId": "I522eab3b678dedd68dad3e2c04d3cccc0eb9fa00",
"project": "Gerrit-Trigger-Project",
"trigger": "Gerrit-Trigger"
}
The ChangeSet Id corresponding to which the manual trigger has to be performed.
The tango project to which Gerrit Trigger belongs to.
Name of the Gerrit Trigger for which event has to be analysed.
'Success' with Manual trigger Gerrit event
{
"message": "Manual Trigger Successful",
"pipelinesTriggered": [
"Pipeline-1",
"Pipeline-2"
]
}
Message to acknowledge success or failure of action.
List of pipeline which got manually triggered.
Unauthorized Request
Forbidden
Not Found
Server Error