Jenkinsfile batch steps randomly hang when complete

XMLWordPrintable

      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"
      }

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

              Created:
              Updated: