Azure Pipeline Agent is a build and release agent for Azure Pipelines and Team Foundation Server 2017 and beyond. For more information please refer to: https://github.com/Microsoft/azure-pipelines-agent/blob/master/README.md. This project aims to create a containerized Azure Pipeline Agent based on RHEL 7.6.
In order to start this image, you MUST specify all the environment variables described below.
The Server URL of your Organization either on Azure DevOps (https://dev.azure.com/${your-organization}) or TFS 2017 and newer: (https://{your_server}/tfs).
The personal access token created using this reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-linux?view=azure-devops#permissions
The name of the agent pool where this agent will reside.
The name of the agent that will be created. If this agent already exist, it might fail.