Webhooks allows developers to triggers jobs in CI server (such as Jenkins or Azure DevOps) for every code changes in SCM. In this article, we will learn how to trigger Azure Pipeline build jobs instantly for every code change in SCM.
Pre-requisites:
1. Azure Build pipeline is already configured. If you dont know how to create Azure build pipeline, click on this link.
2. SCM repo have been setup, either in GitHub or Bitbucket or any SCM
Watch Steps in YouTube
Go to Azure DevOps project dash board.
Click on Triggers tab, Click Continuous Integration checkbox to enable Webhooks.
Go to Pipelines
Click on Pipelines
Click on Edit
No comments:
Post a Comment