Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-05 19:05:10 -07:00 committed by GitHub
parent 421cd94928
commit 7bd88e8ce0
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,5 @@ node {
stage name: 'Cleanup Images', concurrency: 1
sh "docker rmi \$(docker images -q -f dangling=true) || true"
// Show docker images tree
sh "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"
sh "df -h"
}