Merge "Print all docker images in gate"

This commit is contained in:
Jenkins 2016-10-25 10:17:30 +00:00 committed by Gerrit Code Review
commit 6f60958152

View File

@ -47,6 +47,7 @@ function check_failure {
# Command failures after this point can be expected
set +o errexit
docker images
docker ps -a
failed_containers=$(docker ps -a --format "{{.Names}}" --filter status=exited)