See the GitHub releases page.
Old changelogs:
-
Improve markups in help texts (Pull request #69)
-
Move wiki-documentation to Github repository (Pull request #75)
-
Targets Jenkins 1.625.1 (Pull request #64)
-
You no longer need matrix-project plugin and so on to install build-timeout plugin
-
-
Improved Japanese translations (Pull request #63)
-
Introduced "Run with timeout" build step (PR61)
-
Fixed: a stacktrace is output when Jenkins launches without naginator-plugin (JENKINS-36696)
-
A new timeout action: Abort and restart the build (JENKINS-8947)
-
This feature is enabled when you install Naginator Plugin.
-
-
Clarified the help text of 'likely stuck' (#48)
-
The previous help text simply referenced the source code, which isn’t helpful for most users.
-
No change from 1.16.
-
Just to suppress the wrong version in the update center (#56)
-
Introduced fail safe timeout duration for
ElasticTimeOutStrategy
(JENKINS-30564).
-
Fixed a memory leak
NoActivityTimeOutStrategy
(JENKINS-31627)
-
Added Deadline timeout strategy (JENKINS-29163)
-
Added Spanish translations (JENKINS-29506)
-
Added Japanese translations (JENKINS-29483)
-
FIXED: timeout actions don’t defaults to 'abort build' when no option is selected (JENKINS-23740)
-
Added license notice (MIT) (JENKINS-21270)
-
Improved the performance of
NoActivityTimeOutStrategy
(JENKINS-26170)
-
Now targets Jenkins 1.466.
-
This version breaks binary compatibility.
-
This can affect you onlt in following cases (In other words, this does not affect most users)
-
When you have private plugins accessing inner information of Build-timeout plugin.
-
When you have groovy scripts accessing inner information of Build-timeout plugin.
-
-
-
Resolved a performance problem introduced in 1.13 by capturing log outputs. (JENKINS-23012)
-
Use dropdown for strategy instead of hetero-radio, as it can conflicts with other plugins. (JENKINS-20164)
-
FIXED: Enable BuildStep Action in System Configuration page was not saved to the disk. (JENKINS-23118)
-
Supported launcher in Perform Buildstep. (JENKINS-23117)
-
Allow use of
$\{…}
style expressions in defining the build timeouts. (JENKINS-9457, JENKINS-19773, JENKINS-20526)
-
Added "No Activity" timeout strategy, which triggers timeout when no log output for specified seconds. (JENKINS-13349)
-
Actions performed when timeout occurs can be extended using extension points. (issue #21919)
-
expose the build timeout milliseconds with an environment variable
-
"Perform BuildStep" timeout action is added. It allows you to trigger any build step when timeout.
-
It does not ensure any build steps work correctly.
-
As it is provided as an advanced feature, you need to enable it in System Configuration page to enable in project configuration pages.
-
-
Fixed missing strategies selection when a new job is created (JENKINS-19592)
-
Fixed missing label selecting time-out strategy
-
Fix elastic timout (pull #12).
-
Define an extension point for time-out strategy (pull #14).
-
Build Timeout Plugin configuration interface shows all sub options (JENKINS-18618).
-
Change to build timeout job configuration not saved (JENKINS-14158).
-
Clarified timeoutMinutesElasticDefault’s name (pull #11).
-
Build timeout plugin 1.9 always sets timeout period to 3 minutes.
-
updated to LTS 1.447
-
updated Japanese localization.
-
amend build description on timeout
-
elastic timeout option to define timeout as a percent of previous build duration
-
"likely stuck" option
-
Clarify in help text that marking build as failed instead of aborted does still abort the build.
-
Write more detail in log when build is aborted.