Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent ebd01e7 commit 60aa59e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,6 +18,7 @@ node('packer') {

stage 'Validate'

sh 'pwd'
sh 'ls'
sh '/usr/local/bin/packer validate ./shibboleth-appliance-vbox.json'

Expand Down

0 comments on commit 60aa59e

Please sign in to comment.