jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

[Feture Request] Allow retrying a set number of times on timeout. #82

Open SoftwareApe opened 3 years ago

SoftwareApe commented 3 years ago

We have a build system that sometimes times out. However instead of restarting the whole pipeline it would be nice if we could give a limited number of retries, but only on timeout. Since most of the time it's the build system that just hangs, not an issue with the code.

However I'd like code issues to still fail the pipeline.