From 9c2f908ec5211a94e43301522aab7eb8a41bbf64 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Sat, 20 Aug 2016 13:26:27 -0400 Subject: [PATCH] Add build stage --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) 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' + }