Permalink
Aug 19, 2016
Aug 19, 2016
Aug 19, 2016
Aug 19, 2016
Aug 19, 2016
Aug 19, 2016
Newer
100644
24 lines (15 sloc)
514 Bytes

1
#!groovy
2
3
node('packer') {
4
stage 'Checkout'
5
6
checkout scm
7
8
stage 'Acquire ansible-playbooks'
9

12
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",

15

17

19

24
}