Permalink
Browse files
Change cleanup for VirtualBox Vms in the jenkins pipeline.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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' |
|
|
|
|
|