[infra] running df -h after docker cleanup

This commit is contained in:
Mike Aizatsky 2016-09-02 14:23:48 -07:00 committed by GitHub
parent 960e448f9f
commit c8c0221867
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ node {
stage name: 'Cleanup Images', concurrency: 1
sh "docker rmi \$(docker images -q -f dangling=true) || true"
sh "df -h"
}