Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not A Defect
-
Running Jenkins with scripted pipeline
Description
I'd like to run docker healthchecks on a database to wait for it to be up and running before starting the backend. I could not find a documentation on how to run them, however, I could not find a detailed reference for docker.image.inside or docker.image.withRun either. So I'm not sure whether it is not implemented or the documentation is missing.
Sorry, was to focused on Jenkins there. This should of course be handled by the Dockerfile. It can also be passed to Image.run, Image.withRun or Image.inside as a docker commandline argument.