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

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

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

              Created:
              Updated: