Questions tagged [azure-agent]

21 questions
0
votes
0 answers

Java application run on the Azure self hosted agent

My organization Uses self hosted agents & I am trying to run the jar file like below in pipeline bash Task. java -jar $(ver).jar >/dev/null 2>&1 & --> The service is not listing when I run the netstat command to list the running services. Verified…
Coder
  • 49
  • 6
0
votes
0 answers

Azure agent ip - weekly agents ips list

The pipeline I am using is running in organization located in east us 2. I have 2 runs in my pipeline with following agents ips: 01 september, ip: 20.114.117.102 02 september, ip: 20.253.217.28. And I have 2 files with azure agents ip ranges from…
sjanisz
  • 57
  • 8
0
votes
0 answers

IOS Azure Pipeline Xcode Build Error Nanopb "File exists but is not a directory"

I'm trying to create pipeline in Azure Devops but I get the following error: /usr/bin/xcodebuild -version Xcode 13.2.1 Build version 13C100 /usr/bin/xcodebuild -sdk iphoneos -configuration Release build -allowProvisioningUpdates |…
Jealian
  • 105
  • 13
0
votes
2 answers

Azure pipeline fails node-gyp error at yarn install task

I am running wdio test on azurepipelines on windows agent while upgrading from Node12 to Node14 getting error in yarn install any help is appreciated
0
votes
1 answer

Virtual Machine Self Agent failure to start because lack of space

A Virtual Machine that we use as a self host agent runned out of space on it's data disk resulting in failure to start agent services and running pipelines. The result was the agent in an idle state, not communicating to Azure DevOps Pipeline…
Nmaster88
  • 1,405
  • 2
  • 23
  • 65
0
votes
1 answer

Azure agents with docker ./start.sh no such file or directory

So I am following the documentation from Microsoft here: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops#add-tools-and-customize-the-container This is my dockerfile: FROM ubuntu:20.04 RUN…
1
2