CSR
CSR

Reputation: 820

Get spinnaker pipeline logs

As the method https://spinnaker.io/reference/api/docs.html#api-Pipelinecontroller-getPipelineLogsUsingGET is not available, according to https://github.com/spinnaker/spinnaker/issues/5550, is there any alternative method to get the pipeline execution logs from spinnaker? Looking for an endpoint in spinnaker, which will provide the log of a pipeline when called...

Upvotes: 0

Views: 3470

Answers (1)

Isaiah4110
Isaiah4110

Reputation: 10080

I am able to get the execution log for a pipeline with this API:

https://{spinnaker-url}/api/v1/pipelines/{executionID}

Upvotes: 0

Related Questions