jenkinsci / build-timeout-plugin

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

[JENKINS-13349] Not fire timout repeatedly with NoActivityTimeOutStrategy #24

Closed ikedam closed 10 years ago

ikedam commented 10 years ago

Additional fix for #17 .

17 provides triggering timeout operations when no activity from the last console output.

18 provides defining operations performed when timeout, which results to allow continue the build even when timeout.

I found that when a build continues even when timeout, #17 causes trigger timeout operations repeatedly.

This change makes timeout operation triggered by NoActivityTimeOutStrategy (#17) only once.

I think this change also fixes JENKINS-3917, but I'm not sure.

cloudbees-pull-request-builder commented 10 years ago

plugins » build-timeout-plugin #34 SUCCESS This pull request looks good