From a0ae9736b8d3db847c246a93bc56d3aff2b73b63 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 23 Aug 2016 20:17:07 -0400 Subject: [PATCH] Adjust for whitespace in directory name. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f54111..153695e 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\ VMs/shibboleth-appliance-centos7-*/' + sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/' stage 'Checkout' @@ -51,7 +51,7 @@ if (BRANCH_TEST=="shibboleth-production"){ try { stage 'Cleanup' sh 'rm -rf output-*' - sh 'rm -rf /home/centos/VirtualBox\ VMs/shibboleth-appliance-centos7-*/' + sh 'rm -rf /home/centos/VirtualBox\sVMs/shibboleth-appliance-centos7-*/' stage 'Checkout'