Closed ikedam closed 10 years ago
Additional fix for #17 .
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.
NoActivityTimeOutStrategy
I think this change also fixes JENKINS-3917, but I'm not sure.
plugins » build-timeout-plugin #34 SUCCESS This pull request looks good
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.