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