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

291 questions
1
vote
1 answer

Accessing artefacts within a Windows file share (domain) from Docker container

So.... I was wondering if anyone is able to assist me on this one? Basically I have created a self-hosted docker container for use to use as a build agent (Azure DevOps) Now I have started to test the agent, and I am having issues being able to…
1
vote
0 answers

telnet on hosted machine running on azure devops pipeline

Here is my detail about my problem: what I want to achieve: create a pipeline on azure DevOps, containing tasks create android emulator with internet condition full run some tests connect telnet connect telnet to android console port- send…
1
vote
1 answer

Azure DevOps multiple Docker containers on the same Agent (VM)

I have to use Azure DevOps agent on the VM because that VM is located in special network (so can't use AKS, etc) VM has Docker installed and pipeline has job with container specified How can I execute multiple Docker containers on the same VM…
kagarlickij
  • 7,327
  • 10
  • 36
  • 71
1
vote
0 answers

Why does appcmd list fail for åäö in Azure agent job?

We've got an Azure DevOps release pipeline that executes the "Manage IIS Website" task to create or update a site + app pool on a Windows 2016 server, English version. The names of the app pool and the site contain "ö". This has worked fine before,…
1
vote
1 answer

Self-Hosted Agent Azure PowerShell (Core) - Module Not Found

I'm running a Self Hosted Windows Agent in Azure DevOps. I have installed PowerShell Core 6.2.3 and as the Administrator installed the Az module so that it is available to all users. When I run a build using the Azure PowerShell task (V4) - marking…
1
vote
1 answer

How Restrict the Agent Job to Run only if Specific Job succeeded

I have 3 Jobs in Azure Devops Release Pipeline : Agent job1 Agent job2 Agent job3 I want to configure Agent job2 In such a way that it should run even if Agent job1 Fails. for that, I have set Agent job2 property of Run this job to even if the…
1
vote
1 answer

Azure Devops Interactive agent

For running our UI tests were using the task "Visual Studio test agent deployment", which has been deprecated now. So i have moved the tasks to use "Visual Studio Test" task. This needs agents to be configured as interactive process rather than…
1
vote
1 answer

SSDT Deploy: Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'table' because it is not full-text indexed

I'm deploying a dacpac to Azure as a part of a release pipeline using the "Azure SQL Database deployment" task. I am getting the error: "Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'table' because it is not full-text…
1
vote
0 answers

Azure DevOps build Agent: No Kerberos credentials available

I have a custom Linux build agent in my Azure DevOps project. One of the builds uploads a SQL database to Azure SQL Databases through a Python script using sqlalchemyand ODBC Driver 17 for SQL Server. Recently the build fails with the following…
1
vote
1 answer

Azure and AzureRM Powershell Module Conflicts

I'm setting up an Azure DevOps self hosted pipeline agent. We have some legacy cloud services, so we need the "old" Azure powershell module that targets the service management API. We also obviously use Azure Resource Manager, so either the AzureRM…
RMD
  • 3,421
  • 7
  • 39
  • 85
1
vote
3 answers

Connect containerized self-hosted agent with Azure DevOps

I followed the instructions in the ms docs guide, and the agent started without any issues. However it never showed up in my agent pool. I tried a different version of the start.sh script found on github and it connected immediately. Is there…
TomG713
  • 31
  • 7
1
vote
1 answer

Azure App Service Deploy error: "msdeploy.exe failed with return code: 4294967295"

I am using Azure DevOps Server 2019.0.1 version. I'm trying to deploy a .Net Core Web API from a built .zip file and I am getting a weird error when trying to connect to the app for deployment(Task: Azure App Service Deploy(3.)). Here is a sample of…
1
vote
1 answer

Azure DevOps bash script not seeing binaries on PATH

I am trying to execute a Bash script in my build pipeline that is run on a self-hosted agent. The error I am encountering is: ##[section]Starting: Bash ============================================================================== Task :…
1
vote
1 answer

Running multiple build agents and deployment agents that service different Organisations on one Server

Is it possible to run multiple Azure Self-hosted build/deploy agents and multiple deployment agents on one server? Also, can these agents service more than one organisation or even multiple Azure AD Tenants? I do realise the consequences with the…
1
vote
0 answers

Azure Pipeline Agent fails to use Proxy with Curl Error: CURLE_RECV_ERROR

When attempting to configure the agent on a RHEL7 machine via a proxy using ./config.sh --proxyurl , it gets stuck after prompting for Server URL and PAT. Upon looking at the logs in the _diag folder, it looks like it is configured to…