Assume a pipeline where one stage "Provide Database" runs a Docker container providing a database.
Assume we have some tests in a next stage "Run Tests".
Assume the tests fails.
How do I cleanup the running Docker container when the
next stage "Cleanup Database" is not called?
Kind Regards,
Thomas