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