Questions tagged [azure-devops-self-hosted-agent]
291 questions
0
votes
3 answers
Can one private agent from VSTS be installed on multiple VM's?
I have installed agent on VM and configured a CI build pipeline. The pipeline is triggered and works perfectly fine.
Now I want to use same build pipeline, same agent, but different VM. Is this possible?
How will the execution happen for builds and…

Amruta
- 701
- 4
- 15
- 38
0
votes
0 answers
TFS build agent on Azure VM very slow
I have a TFS build agent installed on Azure VM.
I have a build definition that build micro service project with .net core, its a normal definition that restore, build than publish the project.
The build take around 22 min and the console show that…

oussama abdou
- 317
- 1
- 7
0
votes
1 answer
VSTSNuGetPush.exe Proxy Settings
I have installed and configured an on-premise VSTS agent behind a corporate firewall. At first, the Nuget tasks were failing with connection related errors, but I fixed this using the HTTP_PROXY and HTTPS_PROXY environment variables. However, the…

furkick
- 423
- 6
- 18
0
votes
2 answers
What is actual TFS 2018 Build server configuration ? If i complete agent installation will that be considered as build server?
I have installed TFS 2018 and I'm trying to setup dedicated build server for this.
I have three windows servers one for TFS-WindowsBox1(TFS 2018 Installation completed), one for Build server-WindowsBox2(Build server setup steps and architecture…

san web
- 43
- 1
- 6
0
votes
2 answers
Trying to configure build agent to work with a proxy server
I'm trying to make my build agent work with an already configured proxy server.
The proxy server address is : http://MY_SERVER_DNS:8081
On my build machine inside the agent directory I created a .proxy file which contains the above proxy address and…

NRT
- 11
- 1
- 3
0
votes
1 answer
VSTS Agent service doesn't start after reboot, Error: 1069 The Service did not start due to login failure
I've configured an On-Prem TFS 2017 Build Agent. I set it up to run as a Service using the service account: ...DEV\SRV-....-TFS.
After a reboot the Build Agent is offline, when I try to start the service I get the error message:
Windows could not…

Jeremy Thompson
- 61,933
- 36
- 195
- 321
0
votes
2 answers
Azure hosted agent crystal report
I am using hosted build and its failing with error, can not find the assembly crystal report. How can I use crystal report using hosted build agent?

VishwajeetMCA
- 139
- 2
- 12
0
votes
2 answers
I am unable to access the build server agent pool
Trying to replicate these steps
Download and configure the agent
Log on to the machine using the account for which you've prepared permissions as explained above.
In your web browser, sign on to VSTS or TFS, and navigate to the Agent pools…

Rıfat Erdem Sahin
- 1,738
- 4
- 29
- 47
0
votes
2 answers
Visual Studio 2015 Express not recognised by private build agent
If I install Visual Studio 2017 Community edition on a machine and registered it as a build agent, then the 'capabilities' tab against the agent registration shows the following environment variables:
VisualStudio C:\Program Files…

Steztric
- 2,832
- 2
- 24
- 43
-1
votes
0 answers
self hosted docker/kubernetes azure devops agents - memory not being cleared
I have self hosted agents in a kubernetes cluster, however, noticing that the memory is not being cleared/reducing after pipelines have finished running (seems to be coming from the docker build commands and a few other tasks like cypress…

terraform-ftw
- 81
- 1
- 12
-1
votes
0 answers
azurepipelines.yml: "can not read an implicit mapping pair; a colon is missed"
I'm converting a standard Azure Devops pipeline to a yaml pipeline.
Currently, my azurepipelines.yml has an error I don't understand. It's a simple powershell script, I copied the yaml from the pipeline, and placed it in the…

Jason Morris
- 31
- 7
-1
votes
1 answer
how to have multiple nodepools to the Azurepipeline yaml
In AzureDevops yaml pipeline, can we define multiple node pools to the same stage. For example we have vm [vmpool] based and docker [dockerpool] based build agents and they are belongs to separate pools. But Some our pipeline stages can be run in…

Vowneee
- 956
- 10
- 33
-1
votes
1 answer
Optimal operating system for self-hosted Windows agent?
We are currently using multiple self-hosted build agents with Windows 10 as the operating system. In various pipelines in Azure Devops (whether Online or OnPremis), we have not had any bad experiences or questioned the OS we chose over the many…
-1
votes
1 answer
Why i am get error when I trigger my build pipeline No agent found in pool Default which satisfies the specified demands?
I am working in Azure DevOps CICD pipeline. I have created an agent in Default Pool which is a Self-Hosted Agent.
My Agent Details:
Agent.Name: Deployment-Agent
Agent.Version: 2.210.1
Below is my yaml file:
trigger: none
variables:
- name:…

Rahul Parab
- 59
- 10
-1
votes
1 answer
Sharing Azure DevOps Portal with Azure DevOps Server 2020
We already have pipelines on Azure Devops portal that connects to repos on the cloud.
I created pipelines to trigger when files are committed on the repos and to run on self hosted agents.
We use to have some internal repos on a TFS server…

ClaudeVernier
- 427
- 4
- 20