jenkinsci / build-timeout-plugin

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

Let individual jobs overwrite the global timeout #95

Closed simonsymhoven closed 2 years ago

simonsymhoven commented 2 years ago

I added a checkbook to the global config to let individual jobs overwrite the global timeout, if this is enabled and the job uses a specific BuildStepWithTimeout. If the job does that, I assume it wants to overwrite the global timeout, otherwise it doesn't make sense in my eyes, otherwise I would just omit the step as described in this #94.

Bildschirmfoto 2022-08-20 um 15 56 37

krisstern commented 2 years ago

Thanks for the PR @simonsymhoven!

simonsymhoven commented 2 years ago

@krisstern Would you be so kind as to release this right now?

krisstern commented 2 years ago

@simonsymhoven Sure, I will try to make a new release within the next few hours

simonsymhoven commented 2 years ago

@simonsymhoven Sure, I will try to make a new release within the next few hours

Thanks, should i adjust the documentation? Tbh, i forgot this..

krisstern commented 2 years ago

Oh yes, I think you should open another PR to add to the documentation too.

simonsymhoven commented 2 years ago

Oh yes, I think you should open another PR to add to the documentation too.

@krisstern Did it, please see #96.