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 3726993 commit c586b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ node('packer') {

stage 'Validate'

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

Expand Down

0 comments on commit c586b5d

Please sign in to comment.