Skip to content

Commit

Permalink
Add back Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 81a18e8 commit 00438ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!groovy

node('packer') {
stage 'Checkout'

checkout scm

stage 'Acquire ansible-playbooks'

git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])


stage 'Validate'

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


}

0 comments on commit 00438ac

Please sign in to comment.