Hi,
As pointed out here, docker exec will return the wrong status code when --tty is provided, thus failing jobs in Jenkins even though they should have been successful.
I've written a small PR for that, but I'm not sure if we can just disable the tty.
Any comments?