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 6cd30fa commit 3726993
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
node('packer') {
stage 'Checkout'

checkout scm
sh 'mkdir -p packer-centos-7'
dir('packer-centos-7'){
checkout scm
}

stage 'Acquire ansible-playbooks'

Expand All @@ -12,8 +15,8 @@ node('packer') {

stage 'Validate'

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

}

0 comments on commit 3726993

Please sign in to comment.