-
Bug
-
Resolution: Unresolved
-
Critical
-
Jenkins ver. 2.138.3
basic steps plugin 2.12
timeout is set up to 10 - 20 minutes
since we upgraded to version 2.12 all pipeline builds fail after a certain time with the following error message:
After 10s process did not stop
After downgrading back to 2.11 builds are successful again
A naive search seems to indicate this is from https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/8e981b298db8a39a161a366bea9a19f48a68e183/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java#L377
But I have no idea how this and the allegedly only change in pipeline basic steps plugin 2.12 (https://wiki.jenkins.io/display/JENKINS/Pipeline+Basic+Steps+Plugin), namely
JENKINS-54078, are related...=> pinging the expert jglick