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'