mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
211d9a3f9f
commit
19814ba11c
|
@ -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"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue