Questions tagged [azure-devops-self-hosted-agent]

291 questions
3
votes
1 answer

create azure devops windows self hosted agent remotely

Need to create azure devops windows self-hosted agents programmatically (Need to install Remotely for the existing VM). I have PS script and it is working well if i run it (as admin) inside the virtual machine and agent is getting installed…
3
votes
1 answer

SSIS Project Fails To Build On Self Hosted Agent

I've seen other issues documented regarding SSIS project build failures but nothing that fits my scenario. I am attempting to build an SSIS project (.dtproj) on a self hosted agent. The project builds fine in Visual Studio 2019 and also on Azure…
3
votes
1 answer

Azure DevOps - Deployment Pools On-premises agents behind a network firewall

This question relates to "Deployment Pool" member agents and not "Agent Pool" for builds (Microsoft still needs to work a bit to prevent the amount of confusion around the two. Its the same agent software, but that agent can be configured either to…
3
votes
1 answer

Azure pipeline - Convert .coverage to xml to generate code coverage report

I'm trying to generate a code coverage report using the build pipeline for the C# unit tests (MSTest2). Report can be generated using the Reportgenerator.exe but expects .xml file as the input. I have added the Visual Studio test task which has…
3
votes
1 answer

ADB RSA key fingerprint changes on Azure DevOps (vsts) self hosted agent

I have a VSTS/Azure DevOps self hosted agent running as a service on a machine with an Android device attached via USB that I'd like to use with ADB. During the build a Command Line task invokes an ADB command. I'm having an issue where the device…
Adam
  • 1,384
  • 1
  • 16
  • 27
2
votes
1 answer

Azure DevOps Self-Hosted Agent, update Git version

I have an Azure DevOps self-hosted agent installed, and by default there is an Externals/git folder, which contains an outdated version of Git: 2.28.0.windows.1. The agent is running under a domain service account, and this particular account has…
Mike
  • 1,010
  • 1
  • 14
  • 33
2
votes
0 answers

Push into Azure DevOps GIT Repo

I am trying to Push a new file into an Azure Devops Git Repo using PowerShell, I am getting an error: "Fatal: Cannot prompt because terminal prompts have been disabled" I am using an YAML pipeline to run the PowerShell script in the build…
2
votes
0 answers

Azure Devops Self-Hosted Agent fail connecting behind corporation network - SSL Error / An existing connection was forcibly closed by the remote host

Got this problem with me for 2 weeks so far and still not figure it out yet, been trying to test on multiple computer and here is the symptom. When setup Agent on any Computer that is using Corporation Network got SSL…
Dien Vu
  • 21
  • 3
2
votes
0 answers

VstsAgentService error: Agent connect error: The HTTP request timed out after 00:01:00.. Retrying until reconnected

I have recently upgraded TFS 2017 update 3 to azure Devops server 2020 update 1.1. After installing a new agent in Azure Devops server 2020, the agent installation is successful but the event viewer gives below error after every 50mins. But the very…
2
votes
1 answer

what is azuredevops pools maintenance job

Is AzureDevops pools maintenance job can be restricted to specific path ? What are all directories it willl be deleting or cleaning up. If we have some cofig settings settled in any files, will this cleanup will affect them ?
2
votes
1 answer

Is it possible to manually run a build on a local Azure build agent without a DevOps server?

We normally use on-premises Azure DevOps Server to maange our build pipelines, using YML files. We have build agents running on one or more build servers. A specific piece of R&D would be made far easier if we could install VS and a build-agent on a…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
2
votes
3 answers

Azure DevOps Agent - Custom Setup/Teardown Operations

We have a cloud full of self-hosted Azure Agents running on custom AMIs. In some cases, I have some cleanup operations which I'd really like to do either before or after a job runs on the machine, but I don't want the developer waiting for the job…
Elliot Nelson
  • 11,371
  • 3
  • 30
  • 44
2
votes
4 answers

Azure Devops deploy to on-prem servers with no internet access

With Azure Pipelines, is it possible to deploy an artifact to on-prem internal servers, that have no internet access does anyone know? The internal servers don't currently and won't likely ever have internet access. We've got a self-hosted devops…
2
votes
1 answer

Why initialize job of Azure DevOps build pipeline takes up so much time?

I have an Azure DevOps project with build pipelines that take too much time to finish. It seems the problem can be pinpointed to the 'Initialize job' and NuGet task. The following steps in 'initialize job' take minutes to finish: ##[debug]Task…
2
votes
1 answer

Azure DevOps Release pipeline - cannot see self-hosted agent created by another user

In my current Azure DevOps project, my colleague has created a self-hosted Ubuntu agent for our pipelines, and in the agent's pipeline permission we have ensured its "Grant access permission to all pipelines" field is enabled. I am in the process of…
1 2
3
19 20