Skip to content

Commit

Permalink
Doubling up the removal of any lingering or failed Virtual VMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent f5d51d0 commit 41c4b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 41c4b09

Please sign in to comment.