Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-10 15:39:11 -07:00 committed by GitHub
parent bc7ad84453
commit 08dec83430
1 changed files with 2 additions and 1 deletions

View File

@ -29,4 +29,5 @@ node {
stage name: 'info', concurrency: 1
sh "docker info"
sh "df -h"
}
// Show docker images tree
sh "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"}