From f362c7543315580b7c9e99834f13a9080994465e Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 19 Aug 2016 13:48:15 -0400 Subject: [PATCH] Fix syntax --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 64af51a..8efc84f 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 url: 'https://github.internet2.edu/docker/ansible-playbooks.git' stage 'Validate'