From 7d375cd53ca178ba94e7239e9d5375a4f1edda76 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 19 Aug 2016 13:51:12 -0400 Subject: [PATCH] Change how ansible-playbooks gets to the worker. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8efc84f..d958bdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node('packer') { // Get the ansible-playbooks repo - git url: 'https://github.internet2.edu/docker/ansible-playbooks.git' + sh 'git clone https://github.internet2.edu/docker/ansible-playbooks.git' stage 'Validate'