Pipelines API
Pipelines API
Section titled “Pipelines API”List Pipelines
Section titled “List Pipelines”GET /pipeline?repositoryId={id}Get Pipeline
Section titled “Get Pipeline”GET /pipeline/{id}Create Pipeline
Section titled “Create Pipeline”POST /pipelineUpdate Pipeline
Section titled “Update Pipeline”PUT /pipeline/{id}Delete Pipeline
Section titled “Delete Pipeline”DELETE /pipeline/{id}Trigger Pipeline Run
Section titled “Trigger Pipeline Run”POST /pipeline/{id}/runList Pipeline Runs
Section titled “List Pipeline Runs”GET /pipeline/{id}/runsGet Pipeline Run
Section titled “Get Pipeline Run”GET /pipelinerun/{id}