Created from build instructions on Microsoft Azure DevOps documentation as can be found here: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops
Use these environment variables to run the agent.
Environment variable | Description |
---|---|
AZP_URL | The URL of the Azure DevOps or Azure DevOps Server instance. |
AZP_TOKEN | Personal Access Token (PAT) with Agent Pools (read, manage) scope, created by a user who has permission to configure agents, at AZP_URL . |
AZP_AGENT_NAME | Agent name (default value: the container hostname). |
AZP_POOL | Agent pool name (default value: Default ). |
AZP_WORK | Work directory (default value: _work ). |
TARGETARCH | Defines the CPU architecture of the target. Select between linux-x64 (default), linux-arm64 or linux-arm . |