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' }