Trigger a new pipeline
POST {{baseUrl}}/project/:project-slug/pipeline
Triggers a new pipeline on the project.
Request Body
{"branch"=>"feature/design-new-api", "tag"=>"v3.1.4159", "parameters"=>{"etcf0"=>74741891}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-attribution-login | string | The login or user-readable identifier for the pipeline's triggerer. Internal use only. | |
x-attribution-actor-id | string | The id the integration uses to identify the pipeline's triggerer. Internal use only. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"feb22aa4-7437-f534-b6b0-576454840684","state":"created","number":-27858672,"created_at":"1958-04-16T10:00:49.432Z"}