Hi, I’m just getting started with Jenkins and Azure DevOps. I want to trigger an in-house Jenkins job from cloud Azure DevOps. I’m following a Microsoft tutorial:
Create a service hook for Azure DevOps with Jenkins
I want to understand from a high level how this is going to work. Here are a few questions:
- How does ADO communicate to Jenkins which Jenkins job is to be run?
- If the job is triggered by a Git Push, does the service hook specify which branch is to be tested?
- Are any specific Jenkins plugins required?
Any hints appreciated. All our Jenkins jobs currently use Subversion, so moving to Git on ADO is very new for us!