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

Pipeline Batch hangs

    XMLWordPrintable

Details

    Description

      When batch task is included in a Pipeline job it will hang on completion of the batch task. I can see in task manager that the job startup it logs data to jenkins-log.txt. The batch completes and I see in task manager that the batch is nolonger running. But Jenkins is still waiting for the task to complete. I do not see jenkins-result.txt writen to the workspace tmp durabletask directory. If I create the file manually or run the workflow-wrap.bat manually the task completes. This is an itermitent bug. Task might work 3 time then fail 5 times then work 8 times. No change to the system during this time. I am setting the job to run every min to see what the stats look like for longer run.

      job:

      node { 
       bat 'ping 127.0.0.1 -n 10'
       echo 'batch completed'
      }
      

      Could be any command you want ping is just an easy one to have it take a little bit of time. And require nothing else installed on machine.

      I see many other task like this I have tested on serveral differnt machines using a base install of Jenkins.

      Attachments

        1. jenkins2-pipeline-batch-nohang.png
          jenkins2-pipeline-batch-nohang.png
          98 kB
        2. jenkins2-pipeline-batch-hang.png
          jenkins2-pipeline-batch-hang.png
          109 kB
        3. How.png
          How.png
          321 kB
        4. durable-task.hpi
          41 kB
        5. durable-task.hpi
          41 kB

        Issue Links

          Activity

            lidl Sven Brosi added a comment - - edited

            svanoort: Can not test it again, as it is a corporate jenkins and i can not  up- and downgrade the plugins on the fly.

            How can i still help you?

            lidl Sven Brosi added a comment - - edited svanoort : Can not test it again, as it is a corporate jenkins and i can not  up- and downgrade the plugins on the fly. How can i still help you?
            svanoort Sam Van Oort added a comment -

            lidl Don't worry about it, stevenfoster was thankfully available to help debug in an environment where this is reproducible (thanks!).

            I'm attaching one more hotfix version for him to try out which should fully resolve the issue. durable-task.hpi

            svanoort Sam Van Oort added a comment - lidl Don't worry about it, stevenfoster was thankfully available to help debug in an environment where this is reproducible (thanks!). I'm attaching one more hotfix version for him to try out which should fully resolve the issue. durable-task.hpi
            svanoort Sam Van Oort added a comment -

            This issue duplicates symptoms of JENKINS-50025 but the root causes are significantly different, so that is being tracked separately.

            svanoort Sam Van Oort added a comment - This issue duplicates symptoms of JENKINS-50025 but the root causes are significantly different, so that is being tracked separately.
            svanoort Sam Van Oort added a comment -

            lidl stevenfoster I'm closing THIS issue because while the result is the same this has a different cause and is resolved in JENKINS-50025.

            svanoort Sam Van Oort added a comment - lidl stevenfoster I'm closing THIS issue because while the result is the same this has a different cause and is resolved in JENKINS-50025 .
            svanoort Sam Van Oort added a comment -

            lidl stevenfoster Released fix after review and testing as durable-task-plugin 1.21

            svanoort Sam Van Oort added a comment - lidl stevenfoster Released fix after review and testing as durable-task-plugin 1.21

            People

              amuniz Antonio Muñiz
              dpd_30 Daniel Daugherty
              Votes:
              18 Vote for this issue
              Watchers:
              34 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: