diff --git a/Jenkinsfile b/Jenkinsfile index d958bdd..8efc84f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node('packer') { // Get the ansible-playbooks repo - sh 'git clone https://github.internet2.edu/docker/ansible-playbooks.git' + git url: 'https://github.internet2.edu/docker/ansible-playbooks.git' stage 'Validate'