-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.554.2; Windows 2008 R2; Tomcat 7
When using the build-timeout plugin without defining a 'Timeout action', the default action of 'Abort build' is not being selected. This results in the build not timing out as expected.
Code changed in jenkins
User: Luke Robertson
Path:
src/main/java/hudson/plugins/build_timeout/BuildTimeoutWrapper.java
http://jenkins-ci.org/commit/build-timeout-plugin/cf1fd6f46c23320195e7d55cd115ed50c73f6c6c
Log:
JENKINS-23740Update BuildTimeoutWrapper.javaRe-use opList so that if null or empty, default to AbortOperation is used.