Update Jenkinsfile

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

View File

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