Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-05 19:05:24 -07:00 committed by GitHub
parent 7bd88e8ce0
commit e4c18c4797
1 changed files with 3 additions and 0 deletions

View File

@ -32,4 +32,7 @@ node {
stage name: 'Build ossfuzz/libfuzzer-runner', concurrency: 1
sh "docker build $dockerOptions -t ossfuzz/libfuzzer-runner infra/base-images/libfuzzer-runner"
// Show docker images tree
sh "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"
}