Pipelines REST Endpoints
Builds/Pipelines
- Get parameter definitions for jobs in the pipeline
- Method: getPath:
/v1/pipelines/{pipelineName}/params - Get pipeline instances
- Method: getPath:
/v1/pipelines/{pipelineName}/instances - Get the log for the pipeline instance
- Method: getPath:
/v1/pipelines/{pipelineName}/instances/{id}/log - Get the status of a pipeline instance
- Method: getPath:
/v1/pipelines/{pipelineName}/instances/{instanceId}/status - Start a pipeline
- Method: postPath:
/v1/pipelines/{pipelineName}/start