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

Jenkinsfile batch steps randomly hang when complete

    XMLWordPrintable

Details

    Description

      When executing simple JenkinsFile a simple maven build hangs when completed. It works well with some, but always fail with others.

      #!groovy
      node {
      checkout scm
      bat "${tool 'maven 3.0.5'}/bin/mvn -DskipTests=true clean install"
      }

      Attachments

        Issue Links

          Activity

            jglick Jesse Glick added a comment -

            Probably a duplicate of one of the several issues in durable-task claiming some variant. Not yet known how to reproduce from scratch.

            jglick Jesse Glick added a comment - Probably a duplicate of one of the several issues in durable-task claiming some variant. Not yet known how to reproduce from scratch.
            hrmpw Patrick Wolf added a comment -

            Can you upgrade and verify if this problem still exists

            hrmpw Patrick Wolf added a comment - Can you upgrade and verify if this problem still exists

            People

              Unassigned Unassigned
              obearn obearn
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: