-
Bug
-
Resolution: Fixed
-
Minor
-
None
No matter the value set for OpenShift Deployment Verification in the Jenkins configuration, the timeout that the OpenShift Deployment Verification seems to be set at 60 seconds. We have tried increasing the value, but no matter what deployments will fail with the status [Running] if they take longer than 60 seconds.
A recent update to our Openshift environment has caused deployments to regularly exceed 60 seconds, and we have had to counter the deployment verification timeout by wrapping the verification step in a retry(3){ } step just to increase the timeout from 1 minute to 3.