Skip to content

Commit

Permalink
Switch out user to run jenkins under.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 29, 2016
1 parent 93672c2 commit 811008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 811008c

Please sign in to comment.