Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-07 14:08:48 -07:00 committed by GitHub
parent 286e3d8e0a
commit e0cf900bee
1 changed files with 1 additions and 0 deletions

View File

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