Questions tagged [azure-devops-hosted-agent]

65 questions
1
vote
2 answers

Accessing Amazon RDS Postgresql from Azure DevOps Hosted Agent

How can I allow Azure DevOps Hosted Agent access my Amazon RDS PostgreSql without setting the Security Group to Anywhere. I was looking for IP Range or something to whitelist Azure DevOps Agents but can't find it. In Azure, I can check a box to…
1
vote
2 answers

hosted agent devops take to long time or cancel

Initially when we deployed our releases each environment took about 5 to 10 minutes maximum, and from one moment to the next it was + 1h and sometimes even the Hosted Agent is canceled by Time-out. In the meantime I increased Microsoft-hosted,…
1
vote
3 answers

Azure DevOps - update Agent pool owner

It is possible to update the owner of an self hosted Azure DevOps agent pool via the UI: I tried via UI -> Organization settings -> agent pools -> details I tried via UI -> Project settings -> agent pools -> details Is it possible via the REST Api?
1
vote
1 answer

Azure DevOps Pipeline -> Difference between Hosted and Hosted VS 2017

What is the difference between the "Hosted" and the "Hosted VS2017" on azure devops building pipeline?
Leonardo
  • 10,737
  • 10
  • 62
  • 155
1
vote
1 answer

Need to press enter in Agent.Listener.exe window while triggering test cases from VSTS

Background - I am running coded-ui test cases using azure-devops build and release definition. and I am running the test cases in Window 10 self hosted VM agent. While running coded-ui test cases from VSTS, the release deployment doesn't start…
1
vote
2 answers

Azure DevOps Release Pipeline Fails Every Time

Currently, trying to configure a release pipeline in Azure Devops. I've successfully created a CI pipeline that is working and running tests successfully. My release pipeline uses the artifacts from latest the CI build and should be deploying to…
1
vote
0 answers

Cake nuget addin problem with Azure Artifacts

We are started migration from TeamCity+Proget to Azure Pipelines and Azure Artifacts. For builds we use cake scripts and it's a part of problem. In our cake scripts a lot of #addin nuget:?package=My.Private.Package Unfortunately cake nuget cannot…
1
vote
1 answer

Azure DevOps Hosted Agents - Add Tool (PS Module) to agent

I am wondering if there is an easy way to incorporate an extra tool to one of the default Microsoft hosted agent pools (specifically VS2017). Basically, I want to add some of the extra ARM powershell modules that are not installed by default as only…
0
votes
1 answer

Error: "We stopped hearing from agent Hosted Agent."

This is a build for Dynamics 365 Finance and Operations. Hosted classic pipeline, ran fine for weeks, but all of a sudden I get this error. Already increased the timeouts where I could find any. It appears to conk out each time at 1 hour and 15…
Rob V
  • 51
  • 1
0
votes
0 answers

MS Hosted CI/CD pool of Azure Pipeline was deleted by accident

I'm working with azure devops and i'm running pipelines using MS Hosted CI/CD agent pool but i have deleted it by accident , there is a way to restore it ? i cannot run any pipeline now unless i create a self hosted one
0
votes
0 answers

when dotnet publish in azureDevops ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1

I have react.js and .net-core project with version 3.1. The pipelines have been running well so far But suddenly it fails with the error: ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1 ##[error]Dotnet…
0
votes
1 answer

How can I configure the Microsoft-Hosted Agent to be interactive?

I am configuring my yaml file run coded UI and Web Tests and I would like to use Microsoft-Hosted agent for that. Is that a way to configure the agent to be interactive via my yaml file? I have configured successfully my self hosted agent to be…
0
votes
1 answer

Azure pipelines hosted agents, specify image version

We are using the Azure hosted agent windows-2022 for our build. Without any changes our build is failing. I noticed that the last succeeded build used Image version '20221024.1', the failing is using version '20221027.1'. This is creating some…
0
votes
0 answers

Self-hosted Devops Agent unable to connect to KeyVault under Firewall policies

We have a self-hosted agent within a Devops VM Scale Set ["VMSS"] (Hosted in azure). This VMSS is tied to a VNET (VNET1), and we have separate webapps, sql etc connected via VNET2. In the middle of these, there is a Keyvault with Firewall/Network…
0
votes
1 answer

Openssl version upgrade from Microsoft hosted agents

We are using Microsoft hosted agent to generate self signed certificate from Azure DevOps pipeline using openssl command. Noticed that agents are using openssl version 1.1.1.0 Based on OpenSSL Security Advisory [15 March 2022] recommendation, need…