Questions tagged [azure-agent]

21 questions
6
votes
1 answer

Azure DevOps deployment agent can't connect due to SSL issues

Azure deployment agent doesn't work since a couple of days anymore due to SSL issues. I got a couple of servers that can't connect to Azure DevOps anymore. I found the following blog that tls 1.2 should be…
StuiterSlurf
  • 2,464
  • 4
  • 34
  • 55
1
vote
1 answer

Running TestComplete tests with VS Test / Azure Pipelines - no tests are found/run?

We're trying to set up an Azure DevOps pipeline for building and testing our codebase nightly. A portion of our test suite is TestComplete, an automated UI testing framework (https://smartbear.com/product/testcomplete/). When we get to the…
1
vote
0 answers

How to Manually Update Azure DevOps Services self-hosted agent?

Trying to update with UI command from the web portal the self-hosted agent i get the following error: [2023-01-22 08:49:33Z INFO Agent] Refresh message received, kick-off selfupdate background process. [2023-01-22 08:49:34Z INFO SelfUpdater]…
galsi
  • 421
  • 1
  • 6
  • 19
1
vote
1 answer

How to check running job on self-hosted Azure DevOps Agent on Linux via bash

I have installed the Azure DevOps agent on my Linux Ubuntu (Ubuntu 20.04.3 LTS) machine - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/v2-linux?view=azure-devops. Now I want to write a script, which will check if there is some job…
Filip
  • 41
  • 1
  • 5
0
votes
1 answer

Reducing Storage Usage of Azure Self-Hosted Agent on Server: How to Free Up Space?

I have installed my Azure self-hosted agent on a server that is consuming a lot of space. The '_work' folder is taking up the most space, and within this folder, we have the following subfolders: 1)How can I reduce that space on the…
0
votes
0 answers

Azure pipelines - agent ip changed during single job

I have following (simplified) steps in pipeline: Read agent IP; Add agent ip to azure cosmosdb; Run tests which read data from cosmosdb. Today, for first time for like 1 year + I received error that in step 3 IP from which request to azure comosdb…
sjanisz
  • 57
  • 8
0
votes
1 answer

Error: EPERM: operation not permitted, lstat (folder name) on Azure pipeline for Self hosted Agent

Created a self-hosted agent on a on-prem server which is up and running on Azure. Added pool info to azure_pipelines.yml pool: name: TestPool demands: - agent.name -equals Test_Agent_01 running the pipeline throws the error for below tasks in…
0
votes
0 answers

Is there a way of disabling Azure Agent while computer is being shutdown?

How to set the Azure Agent to be disabled while operating system is shutting down? My case: during pipeline there are some errors that required the the VM to be rebooted. Last task before reboot sends cancellation to the service and the build marked…
galsi
  • 421
  • 1
  • 6
  • 19
0
votes
0 answers

How to collect all log files from a folder and its subfolders using Azure Log Analytics agent?

I'm trying to collect log files from a folder and all its subfolders using Azure Log Analytics Agent. I followed the instructions on this Microsoft Learn page…
0
votes
0 answers

What is causing Azure DevOps Agent to cache data from the old version of Azure DevOps extension?

I have an ADO extension that uses a Java-based API wrapper (Jar file) to call an external API using CLI. This process involves using npm packages and toolrunner (microsoft/azure-pipelines-task-lib). The extension has a feature that accepts Id/Key…
0
votes
0 answers

Azure DevOps self-hosted agent Linux service can't be started or stopped

We aim to install the ADO agent in RHEL-7 as a service to perform deployments there: We aim to perform deployments towards a RHEL-7 host via Azure DevOps Services agent, with that in mind we performed the installation of the ADO agent by executing…
alexis19apl
  • 41
  • 1
  • 10
0
votes
0 answers

Azure Release Agent not downloading artifact

I am having an issue with our production release pipeline and agent, specifically in that it is unable to download the artifact for release with IIS. On attempting to run the release, the Download Artifact step logs 2023-02-22T22:18:42.6467404Z…
Devin Rodriguez
  • 1,144
  • 1
  • 13
  • 30
0
votes
2 answers

Azure Pipeline Agent can't build .NET 6 Class Library to NuGet Package

I have a simple .NET 6 class library FooBarService.Contracts that contains only one DTO class FooBarRequest. I want that to be available to my team in our Azure Artifacts Feed as a NuGet package. namespace FooBarService.Contracts.Requests; public…
jkbx
  • 414
  • 1
  • 6
  • 21
0
votes
2 answers

Azure DevOps Agent - not able to run

I am running an Ubuntu self-hosted build agent for Azure DevOps in Container Instances and container outputs only: Determining matching Azure Pipelines agent. and that's it. It has PAT with full access to whole organization, given agent pool really…
0
votes
1 answer

How to get the list of failed Agent pool jobs for the last 7 days in Azure DevOps

How to get the extended list of failed jobs when the incident occured since I can see only failed jobs for today.
ejakub
  • 47
  • 1
  • 7
1
2