Skip to content

Commit

Permalink
Add build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 20, 2016
1 parent 685edf7 commit 9c2f908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ node('packer') {

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

stage 'Build Appliance"
sh '/usr/local/bin/packer packer build shibboleth-appliance.json'
}

0 comments on commit 9c2f908

Please sign in to comment.