AZ-400 · Question #36
Your company uses cloud-hosted Jenkins for builds. You need to ensure that Jenkins can retrieve source code from Azure Repos. Which three actions should you perform? Each correct answer presents part
The correct answer is A. Add the Team Foundation Server (TFS) plug-in to Jenkins. B. Create a personal access token (PAT) in your Azure DevOps account. D. Add a personal access token to your Jenkins account.. Jenkins requires a plug-in to connect to TFS and check for updates to a project. Jenkins' built-in Git Plugin or Team Foundation Server Plugin can poll a Team Services repository every few minutes and queue a job when changes are detected. Use Azure DevOps/ Visual Studio Team Ser
Question
Options
- AAdd the Team Foundation Server (TFS) plug-in to Jenkins.
- BCreate a personal access token (PAT) in your Azure DevOps account.
- CCreate a webhook in Jenkins.
- DAdd a personal access token to your Jenkins account.
- ECreate a service hook in Azure DevOps.
How the community answered
(21 responses)- A76% (16)
- C14% (3)
- E10% (2)
Explanation
Jenkins requires a plug-in to connect to TFS and check for updates to a project. Jenkins' built-in Git Plugin or Team Foundation Server Plugin can poll a Team Services repository every few minutes and queue a job when changes are detected. Use Azure DevOps/ Visual Studio Team Services to create a Personal access token. After you have generated credentials using Visual Studio Team Services, you need to use those credentials in Jenkins. studio-team-foundation-server/2044
Community Discussion
No community discussion yet for this question.