I have raised a support request with Azure. Will update the resolution if any here.
Regards,
Kunal
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Created a new YAML pipeline with CI/PR triggers on Azure DevOps with repository hosted on Github Enterprise Server. The CI triggers are working as expected however the PR triggers fail to trigger. I can see a successful webhook but the response body is empty as below.
{"count":0,"value":[]}
I have tried to create a Classic pipeline as well as a YAML pipeline but both of them do not work for PR triggers.
Steps followed:
Create a service connection in Azure DevOps for Github Enterprise with the required permissions.
Create a classic pipeline and modify the triggers from UI.
Create a PR request on Github repo and check for webhooks delivery(shows successful status 200 with the correct request body)
No build trigger at Azure DevOps end.
Tried the same with YAML pipeline but using pr clause in pipeline.
I have raised a support request with Azure. Will update the resolution if any here.
Regards,
Kunal