diff --git a/Jenkinsfile b/Jenkinsfile index 153695e..1d38661 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ if (BRANCH_TEST=="shibboleth-production"){ try { stage 'Cleanup' sh 'rm -rf output-*' - sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/' + sh 'rm -rf "/home/centos/VirtualBox VMs/"' stage 'Checkout' @@ -51,7 +51,7 @@ if (BRANCH_TEST=="shibboleth-production"){ try { stage 'Cleanup' sh 'rm -rf output-*' - sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/' + sh 'rm -rf "/home/centos/VirtualBox VMs"' stage 'Checkout'