Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-13 00:00:17 -07:00 committed by GitHub
parent 211d9a3f9f
commit 19814ba11c
1 changed files with 3 additions and 1 deletions

View File

@ -29,5 +29,7 @@ node {
stage name: 'info', concurrency: 1 stage name: 'info', concurrency: 1
sh "docker info" sh "docker info"
sh "df -h" sh "df -h"
// Show 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 "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"
}