From 811008cc5249122ddfc01890df0375353b76fc60 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Mon, 29 Aug 2016 17:32:56 -0400 Subject: [PATCH] Switch out user to run jenkins under. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 261eed1..3b6403a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ if (BRANCH_TEST=="shibboleth-production"){ try { stage 'Cleanup' sh 'rm -rf output-*' - sh 'rm -rf "/home/centos/VirtualBox VMs/"' + sh 'rm -rf "/home/masonpackard/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 VMs"' + sh 'rm -rf "/home/masonpackard/VirtualBox VMs"' stage 'Checkout'