Add a sketch of what an agent-template might look like

This commit is contained in:
R. Tyler Croy 2017-08-19 11:43:55 -07:00 committed by GitHub
parent 5bd82e8a8b
commit 38b4d0852d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
size: 'Standard_A4'
labels:
- 'docker'
- 'linux'
- 'ubuntu-16.04'
- 'ubuntu'
image:
type: builtin
name: 'Ubuntu 16.04 LTS'
executors: 1
initscript: 'curl -sSL https://get.docker.com/ > d.sh && sh d.sh && apt-get update && apt-get install -qy git make && usermod -aG docker jenkins'