-
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
[JENKINS-54764] builds fail when using timeout step with the Pipeline Basic Steps Plugin
Assignee | New: Jesse Glick [ jglick ] |
Labels | Original: pipeline plugins | New: pipeline plugins triaged-2018-11 |
Environment | Original: Jenkins ver. 2.138.3 |
New:
Jenkins ver. 2.138.3 |
Environment |
Original:
Jenkins ver. 2.138.3 |
New:
Jenkins ver. 2.138.3 basic steps plugin 2.12 |
Component/s | New: workflow-basic-steps-plugin [ 21712 ] | |
Component/s | New: workflow-durable-task-step-plugin [ 21715 ] | |
Component/s | Original: pipeline [ 21692 ] |
Assignee | Original: Jesse Glick [ jglick ] |
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