diff --git a/Jenkinsfile b/Jenkinsfile index 01c0b80..551944c 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 '/Users/levvel/VirtualBox VMs/${project}-appliance-centos7-xfs'" sh 'rm -rf builds' sh 'mkdir -p builds'