I have Jenkins and Azure DevOps both installed on a private server. I'm trying to connect Jenkins to Azure using the Azure DevOps/TFS Jenkins plugin.
In Jenkins -> Configure System screen I go to the 'TFS/Team Services' section, put in my collection URL and credentials(a PAT from Azure DevOps) and click 'Test Connection'. I get the following error: " Please sign-in at least once as NT AUTHORITY\SYSTEM in a web browser to enable access to the service. - Azure DevOps Server
"
Both Jenkins and Azure DevOps are on the same Windows 2016 server. How do I solve this error?
NT AUTHORITY\SYSTEM
? Have a try using userName and password of an user account as the credentials instead of PAT. – Levi Lu-MSFT