From 60aa59e520e0daaec446ca7b7c56b35828ab36be Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 19 Aug 2016 15:55:23 -0400 Subject: [PATCH] Debug. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 97fa5f6..1aa1ccb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,9 @@ node('packer') { git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git", credentialsId: "jenkins-github-access-token" ]) + sh 'pwd' + sh 'ls' + stage 'Checkout' // Get the packer-centos-7 repo @@ -15,6 +18,7 @@ node('packer') { stage 'Validate' + sh 'pwd' sh 'ls' sh '/usr/local/bin/packer validate ./shibboleth-appliance-vbox.json'