Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-05 18:59:26 -07:00 committed by GitHub
parent 537a5ed7c4
commit 8cd8911eb3
1 changed files with 2 additions and 0 deletions

View File

@ -23,5 +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"
sh "df -h"
}