-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Would be really nice to be able to use config slicer with these config elements.
here's for an 'absolute' timeout:
<hudson.plugins.build__timeout.BuildTimeoutWrapper plugin="build-timeout@1.15">
<strategy class="hudson.plugins.build_timeout.impl.AbsoluteTimeOutStrategy">
<timeoutMinutes>40</timeoutMinutes>
</strategy>
<operationList/>
</hudson.plugins.build__timeout.BuildTimeoutWrapper>
configurationslicing is built against the 1.8 version of the build timeout plugin, which is from 2011, so it has no notion of the new strategies. These strategies sound more general purpose, so may not lend themselves to slicing - i haven't looked at the build timeout plugin source yet to confirm that though.