Skip to content

Commit

Permalink
Debug, change dir structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 24298d9 commit 445d217
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 @@ -7,13 +7,16 @@ node('packer') {

stage 'Acquire ansible-playbooks'

git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
sh 'mkdir -p ansible-playbooks'
dir('ansible-playbooks'){
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])
}
sh 'ls'
sh 'mv ansible-playbooks/* ./ansible-playbooks'

stage 'Validate'

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

}

0 comments on commit 445d217

Please sign in to comment.