From 8ff6e024ad95b6ddd198f168e36d01dccf5bf7bd Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 13 Sep 2016 16:40:44 -0400 Subject: [PATCH] Adjust cleanup of virtual box vm directory. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fc9c6c2..9d9d524 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'