gocd / gocd

GoCD - Continuous Delivery server main repository
https://www.gocd.org
Apache License 2.0
7.05k stars 971 forks source link

Poll for successful container start-up when verifying images #12736

Closed chadlwilson closed 2 weeks ago

chadlwilson commented 2 weeks ago

Avoid static sleeps by keep trying every 500ms up to max attempts to give faster feedback. Also validates the server has started more reliably using log output.