From 8bfceffdc686542231b30ab2ccba5262081cc8f1 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Sat, 20 Aug 2016 13:28:18 -0400 Subject: [PATCH] Add build stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e9b55f..3bafba2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,6 @@ node('packer') { stage 'Build Appliance' - sh '/usr/local/bin/packer packer build shibboleth-appliance.json' + sh '/usr/local/bin/packer build shibboleth-appliance.json' }