diff --git a/Jenkinsfile b/Jenkinsfile index dc8ad6c..89f9d8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' + }