Skip to content

Commit

Permalink
Add basic Jenkins pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 586e73c commit 0e545d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node('packer') {

stage 'Checkout'

# Get the packer-centos-7 repo

checkout scm

# Get the ansible-playbooks repo

stage 'Validate'

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

}

0 comments on commit 0e545d1

Please sign in to comment.