mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
bc7ad84453
commit
08dec83430
|
@ -29,4 +29,5 @@ 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
|
||||||
|
sh "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t"}
|
||||||
|
|
Loading…
Reference in New Issue