From a8dc8c17931e7e4c306841ba4547be05b473d1ae Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Wed, 14 Sep 2016 14:51:14 -0400 Subject: [PATCH] Change cleanup for VirtualBox Vms in the jenkins pipeline. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5028c85..01c0b80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ def performBuild(String project){ try { stage 'Cleanup & Setup' sh "rm -rf output-${project}-*" - sh "rm -rf ~/VirtualBox\ VMs/${project}-appliance-*" + sh "rm -rf '~/VirtualBox VMs/${project}-appliance-*'" sh 'rm -rf builds' sh 'mkdir -p builds'