From 41c4b093834bf4c220acec955fa310428dfd1336 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Wed, 14 Sep 2016 14:38:02 -0400 Subject: [PATCH] Doubling up the removal of any lingering or failed Virtual VMs. --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fc9c6c2..6f156a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,8 @@ def performBuild(String project){ try { stage 'Cleanup & Setup' sh "rm -rf output-${project}-*" - sh "rm -rf \"~/VirtualBox VMs/${project}-appliance-*\"" + sh "rm -rf \"/Users/levvel/VirtualBox VMs/${project}-appliance-*\"" + sh "rm -rf \"/home/centos/VirtualBox VMs/${project}-appliance-*\"" sh 'rm -rf builds' sh 'mkdir -p builds'