diff --git a/Jenkinsfile b/Jenkinsfile index 03dd4e1..64af51a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,8 @@ node('packer') { // Get the ansible-playbooks repo + git url: 'https://github.internet2.edu/docker/ansible-playbooks' + stage 'Validate' sh '/usr/local/bin/packer validate shibboleth-appliance-vbox.json'