Questions tagged [azure-devops-self-hosted-agent]
291 questions
0
votes
0 answers
Auto-scale AKS with keda and AzuredevOps Server
I follow instruction described here https://learn.microsoft.com/en-us/azure/aks/keda-about to setup keda with AKS and have a concrete workflow using self-hosted Azuredevops agent.
I do confirm everything is working fine when my agent pool is hosted…

terry
- 363
- 4
- 15
0
votes
1 answer
Self-Hosted agent private network DevOps connectivity issue
I am running a container instance in a private network as self-hosted agent to perform DevOps pipeline jobs. The container instance resides in vnet-a and all traffic to the internet is routed via a firewall instance in vnet-b:
If I start the…

Bakkie103
- 47
- 6
0
votes
1 answer
Kendo UI grid CSS not reflected after deployment through Azure pipelines
We are deploying a DotNet with Angular UI template application through Azure pipeline to an App Service. Few pages having Kendo UI grid where its search icons are not placed properly. But if deploy manually through Visual Studio, it displayed…

VKD
- 633
- 2
- 12
- 28
0
votes
1 answer
Way in azure pipelines to increment major minor or patch versions based on the source branch
I'm trying to use azure pipeline to build a tar.gz package on a linux build server.Iis there way in VSTS/Azure Pipeline code to increment default major:minor:patch based on source branch?
Example:
If source branch is Develop:…

Deepak
- 13
- 1
0
votes
1 answer
Azure Self Hosted Agent - How to know when to upadte version?
I am working with Azure DevOps Services on Self Hosted Agents.
Recently The Agent Stopped Working after more than 4 months.
Everything was looking ok when checking the Agents Page.
All Pipeline were Queued, but no Agent was busy all was idle
After…

galsi
- 421
- 1
- 6
- 19
0
votes
1 answer
Can I set a condition in my YAML script, to have the pipeline choose an agent depending which agent is available but to only run the job defined?
Basically, I want to build a project that can be built both on windows and Linux. I want to define two jobs, windowsBuild and linuxBuild. I want the pipeline only ran the windows build if the agent chosen is a windows agent and to only run the Linux…

Masuma Ismael
- 5
- 1
0
votes
0 answers
How to enable Azure Devops Permission and access management for a new project with multiple users
We are using Azuredevops server and ADO is integrated with AD. I am an Project administratior and not a collection administrator.
Now I have to create multiple repositories and pipelines for each applications and I have to enable finegrained access…

Vowneee
- 956
- 10
- 33
0
votes
1 answer
Unable to make Azure Agent Service run as my self
I'm trying to work around a problem with my Self-hosted Azure Pipeline agent. One of the workarounds listed here is to make the agent log on as myself, (instead of as the current, "Network Service" account it uses).
So I tried that. I went to the…

Joe
- 5,394
- 3
- 23
- 54
0
votes
1 answer
our Azure self-hosted windows agent does not support kubctl
I have to use our self-hosted agent in our Azure pipeline because keyvault firewall in on. and i also have to use the windows one because the pipeline tries to query sql database. but it doesn't support kubectl command. is there any way i can…

P.T
- 47
- 1
- 6
0
votes
1 answer
Azure DevOps Self Hosted Agents VMSS: Unable to locate executable file: 'unzip'
I have created the VMSS in Azure
az group create --location eastus --name vmssagents
az vmss create --name vmssagentspool --resource-group vmssagents --image UbuntuLTS --vm-sku Standard_B1s --storage-sku StandardSSD_LRS --authentication-type SSH…

One Developer
- 99
- 5
- 43
- 103
0
votes
0 answers
Optimize many self-hosted build agents
What is the best way to configure self-hosted Azure Pipelines build agents running CI on a cluster?
My requirements are:
Should run 16 pipelines simultaneously.
Jobs should finish as fast as possible.
We have a cluster with a certain number cores…

Rye bread
- 1,305
- 2
- 13
- 36
0
votes
0 answers
Running Azure Devops Self-hosted agent on Linux VM
I had Installed ADO agent on SELinux enabled RHEL8 Azure VM.
Facing issues running the agent as Service but can Run in interactive mode.
Reached out to Microsoft support and they asked to disable SELinux which can't be done due to security…

Mk1
- 1
- 1
0
votes
1 answer
Azure Devops Server to Azure Keyvault - connection failed
We are using Azure Devops server on-premise and when we tried to connect the Azure Keyvault, which has a private endpoint enabled.
But we're getting the error as shown below.
From firewall and network side this has been enabled. But not sure what…

Vowneee
- 956
- 10
- 33
0
votes
2 answers
No usable version of libssl was found after inserting PAT in Azure self-hosted
After clean install of Ubuntu Server 22.04 LTS, I try to run the ./config.sh it fails after inserting the personal access token with this error
No usable version of libssl was found
./config.sh: line 86: 23573 Aborted (core dumped)…

JBA
- 219
- 4
- 15
0
votes
1 answer
azure devop selfhosted agent, newman command not recognized
Trying to run my postman collection in azure devops inside a self-hosted agent. When I try to run the command inside the agent "newman run postman_collection.json -e postman_environment.json -r cli,htmlextra" it's running fine. But when I run the…

Stephen Jose
- 3
- 1
- 4