diff --git a/Jenkinsfile b/Jenkinsfile index fe15430..baac0af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,9 +10,10 @@ if (BRANCH_TEST=="shibboleth-production"){ currentBuild.result = "SUCCESS" try { - stage 'Cleanup' + stage 'Cleanup, Setup Path' sh 'rm -rf output-*' sh 'rm -rf "/Users/levvel/VirtualBox VMs/"' + sh 'source /etc/profile' stage 'Checkout' @@ -49,9 +50,10 @@ if (BRANCH_TEST=="shibboleth-production"){ currentBuild.result = "SUCCESS" try { - stage 'Cleanup' + stage 'Cleanup, Setup Path' sh 'rm -rf output-*' sh 'rm -rf "/Users/levvel/VirtualBox VMs"' + sh 'source /etc/profile' stage 'Checkout'