Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pruning dangling volumes in cleanup
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
@@ -80,6 +80,7 @@ node('docker') {

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

}

0 comments on commit 8322c74

Please sign in to comment.