Permalink
Browse files
Utilize remove scripts for jenkins pipeline cleanup.
- Loading branch information
Showing
with
13 additions
and
1 deletion.
-
+1
−1
Jenkinsfile
-
+4
−0
bin/remove-comanage.sh
-
+4
−0
bin/remove-grouper.sh
-
+4
−0
bin/remove-shibboleth.sh
|
@@ -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' |
|
|
|
|
|
|
|
@@ -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/ |
|
|
@@ -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/ |
|
|
@@ -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/ |