Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54764

builds fail when using timeout step with the Pipeline Basic Steps Plugin

      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

          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

          Reinhold Füreder added a comment - 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

          Jesse Glick added a comment -

          Not enough information here to guess at the problem, much less reproduce it from scratch. 2.12 refers to what? workflow-basic-steps plugin or something else? What does the relevant section of the script look like? Etc.

          Jesse Glick added a comment - Not enough information here to guess at the problem, much less reproduce it from scratch. 2.12 refers to what? workflow-basic-steps plugin or something else? What does the relevant section of the script look like? Etc.

            Unassigned Unassigned
            swtch3k Cenk Tosun
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: