-
New Feature
-
Resolution: Unresolved
-
Major
-
build-timeout-plugin 1.18
At https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin, it says "This plugin isn't applicable to pipelines. Use timeout step in workflow-basic-steps instead."
This is true for the "absolute" strategy, and without much difficulty for the "deadline" strategy, but there is no clear way to use the timeout step for "elastic", "likely stuck," or (our go-to) "no activity."
What is the suggest way to achieve the no-activity functionality in a pipelines world? Would it be possible to modify this plugin to work with pipelines, so we could get that functionality by using this plugin?