Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-12 16:26:40 -07:00 committed by GitHub
parent dae2012980
commit d1e59b5bbd
1 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,4 @@ node {
stage name: 'ossfuzz/libfuzzer-runner', concurrency: 1 stage name: 'ossfuzz/libfuzzer-runner', concurrency: 1
sh "docker build $dockerOptions -t ossfuzz/libfuzzer-runner infra/base-images/libfuzzer-runner" 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"
} }