Question
GOCD api to compare changes between two triggers in pipelines
I want to get all the changes between two builds in a pipeline in GOCD API.
I read the API documentation of GOCD. Couldn’t find any API.
Like this URL from gocd dashboard -> https://localhost:8153/go/compare/pipeline_name/24/with/28
I need all the commits and authors as response as shown in the dashboard.