Skip to content

Commit

Permalink
Try one more time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 5820a54 commit 5f25cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ node('packer') {
credentialsId: "jenkins-github-access-token" ])
}

stage 'Acquire packer-centos-7'

sh 'mkdir -p packer-centos-7'
dir('packer-centos-7'){
git([ url: "https://github.internet2.edu/docker/packer-centos-7.git",
credentialsId: "jenkins-github-access-token" ])
}

stage 'Validate'

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

}
4 changes: 2 additions & 2 deletions shibboleth-appliance-vbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
{
"type": "ansible-local",
"playbook_dir": "../ansible-playbooks",
"playbook_file": "../ansible-playbooks/shibboleth-appliance-vbox.yml"
"playbook_dir": "ansible-playbooks",
"playbook_file": "ansible-playbooks/shibboleth-appliance-vbox.yml"
},
{
"type": "shell",
Expand Down

0 comments on commit 5f25cff

Please sign in to comment.