Skip to content

Commit

Permalink
Pruning dangling volumes in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 5, 2016
1 parent 9274ccd commit 8322c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ node('docker') {

sh 'rm -rf tmp'
sh 'docker rm mariadb'
sh 'docker volume rm $(docker volume ls -qf dangling=true)'

}

Expand Down

0 comments on commit 8322c74

Please sign in to comment.