openshift / jenkins-plugin

Apache License 2.0
81 stars 50 forks source link

Doesn't detect build error before expiry timeout #37

Closed livelace closed 8 years ago

livelace commented 8 years ago

What happen:

  1. Set global timeout - 3 hours.
  2. Launch build.
  3. The build ended with error.
  4. Jenkins is waiting 3 hours, to detect error.

Can we detect errors at once, don't wait timeout expiration ?

gabemontero commented 8 years ago

Yep, I think I can get to this either today or Tuesday local time for me.

gabemontero commented 8 years ago

Fix delivered to repo via this commit

Pre-release built version of the plugin is here

Most likely I'll start the next official release cycle for the plugin in the next day or so (have a few other fixes to package as well). The official release of the plugin with this fix will be v1.0.11.

gabemontero commented 8 years ago

FYI v1.0.11 is out and the openshift centos jenkins image has been updated with it.

livelace commented 8 years ago

@gabemontero Big thanks :)