Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
chubing committed Jan 4, 2018
1 parent 75d0741 commit ab3f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -112,7 +112,7 @@ def cleanup(String tag) {
try{
sh 'bin/decompose.sh &> debug'
sh 'bin/prune.sh &> debug'
sh 'rm -rf logs'
sh 'sudo rm -rf logs'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem cleaning up Grouper appliance :${tag}. \n\n ${error_details}"
Expand Down

0 comments on commit ab3f3e3

Please sign in to comment.