Skip to content

Commit

Permalink
Setup the path for jenkins pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent 03d3f50 commit 38b7f57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

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

Expand Down

0 comments on commit 38b7f57

Please sign in to comment.