mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
537a5ed7c4
commit
8cd8911eb3
|
@ -23,5 +23,7 @@ node {
|
||||||
stage name: 'Cleanup Images', concurrency: 1
|
stage name: 'Cleanup Images', concurrency: 1
|
||||||
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
sh "docker rmi \$(docker images -q -f dangling=true) || true"
|
||||||
|
|
||||||
|
// Dump useful information
|
||||||
|
sh "docker images --tree"
|
||||||
sh "df -h"
|
sh "df -h"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue