Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Utilize remove scripts for jenkins pipeline cleanup.
Mason Packard committed Sep 14, 2016
1 parent 0ed7198 commit 488e34f
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -24,7 +24,7 @@ def performBuild(String project){
try {
stage 'Cleanup & Setup'
sh "rm -rf output-${project}-*"
sh "rm -rf '/Users/levvel/VirtualBox VMs/${project}-appliance-centos7-xfs'"
sh "bin/remove-${project}.sh"
sh 'rm -rf builds'
sh 'mkdir -p builds'

4 changes: 4 additions & 0 deletions bin/remove-comanage.sh
@@ -0,0 +1,4 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/comanage-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/comanage-appliance-centos7-xfs/
4 changes: 4 additions & 0 deletions bin/remove-grouper.sh
@@ -0,0 +1,4 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/grouper-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/grouper-appliance-centos7-xfs/
4 changes: 4 additions & 0 deletions bin/remove-shibboleth.sh
@@ -0,0 +1,4 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/

0 comments on commit 488e34f

Please sign in to comment.