Skip to content

Commit

Permalink
Change cleanup for VirtualBox Vms in the jenkins pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent 41c4b09 commit 4b2cd2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4b2cd2b

Please sign in to comment.