Is there a possibility to report build status from Jenkins to Azure DevOps?
I have a repository in Azure DevOps and a pipeline in Jenkins. Using Azure Service Hooks functionality, I trigger Jenkins pipeline when the repository gets updated. This works fine with both "Built-in Jenkins API" and "DevOps plugin for Jenkins" options.
Now I want a build status to be displayed in Azure DevOps on Commits page, as if native Azure DevOps pipeline was executed, and display a link to Jenkins build there if possible.
Is there any way to do that?
I was thinking about calling some Azure REST API as post-build action in Jenkins however it seems that there is no API that allows to set status of a commit, neither to insert data for a build that was never started by Azure DevOps itself.