Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.14 KB

Azure Devops Agents

Windows and Ubuntu images for azure devops agents.

Build Status

windows

Installations:

Example: docker run -e AZP_URL=YOUR_URL_HERE -e AZP_TOKEN=YOUR_TOKEN_HERE -e AZP_AGENT_NAME=YOUR_AGENT_NAME phmonte/azdevops-agent-win-python-cache:latest

ubuntu 18.04

Installations:

Example: docker run -e AZP_URL=YOUR_URL_HERE -e AZP_TOKEN=YOUR_TOKEN_HERE -e AZP_AGENT_NAME=YOUR_AGENT_NAME phmonte/azdevops-agent-ubuntu1804-python-cache:latest