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

            People

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

              Dates

                Created:
                Updated: