I am trying to trigger a Concourse job with a web hook on my Git server. Following this issue on Github I found an endpoint definition. So I tried
curl http://10.20.30.101:8080/api/v1/pipelines/helloworld/resources/resource-tutorial/check -X POST
where helloworld
is the name of my pipeline and resource-tutorial
is the name of the resource for which I want to trigger a check.
But Concourse returns
404 page not found
What am I doing wrong? Can someone point me to the correct endpoint?