Hello,
I am trying to trigger Azure Classic CI Pipeline from a GitHub through Incoming WebHook, following this exact steps to create a service connection (Incoming WebHook).
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/resources?view=azure-devops&tabs=schema#resources-webhooks
it works fine when the Pipeline is YMAL but when I create a new pipeline with a classic instead, and under triggers tab check "Enable continuous integration", nothing worked, and from GitHub, WebHook tab I am getting this error with 500 response code:
{"$id":"1","innerException":null,"message":"Cannot find webhook for the given webHookId TestingIncomingWebHook. Try enabling CD trigger for this artifact.","typeName":"Microsoft.TeamFoundation.DistributedTask.Pipelines.Artifacts.WebHooks.WebHookException, Microsoft.TeamFoundation.DistributedTask.Orchestration.Server","typeKey":"WebHookException","errorCode":0,"eventId":3000}
Please advise.
Thanks.