Hello,
I'm running an old version of GoCd Server (19.1.0), which I cannot upgrade for the moment.
For the first time in years, I need to get specific info from pipelines, so I'm playing with GoCD API, and i really appreciate the documentation on this.
So far, I tried with success the "pipeline history" endpoint :
GET /go/api/pipelines/:pipeline_name/history
But when I need to get info on a specific instance :
GET /go/api/pipelines/:pipeline_name/:pipeline_counter
I have the following error message:
{
"message": "The resource you requested was not found!"
}
I tried various indexes/counters numbers, which I know are correct, but I always get the same message.
I also tried to suffix whith the stagename and stage_counter, but the error remains.
I checked on web, but ressources are really low on this great DevOps tool.
Thanks for you help.