openshift / jenkins-plugin

Apache License 2.0
81 stars 50 forks source link

FR: The dedicated timeout for deployment verification #58

Closed livelace closed 8 years ago

livelace commented 8 years ago

@gabemontero

At first, big thanks :+1: "Verify Deployment Configuration" detects the "postStart" failure situation (regardless of the replica counter)! I checked twice!

For now, we need the simple timeout parameter for the verification of deployment. It allows us to control each deployment (deployment in whole + postStart hook) configuration inside complex configuration.

livelace commented 8 years ago

Forgot to ask. Can we detect that deployment failed and don't wait the extra time ?

Like in that case https://github.com/openshift/jenkins-plugin/issues/37

gabemontero commented 8 years ago

hey @livelace - commit https://github.com/openshift/jenkins-plugin/commit/8a31bd9b89af4f91d27155748278fce9f8505c44 and pre-release version https://ci.openshift.redhat.com/jenkins/job/openshift-pipeline-plugin/31/s3/download/openshift-pipeline.hpi are ready for you to try.

thanks