-
Bug
-
Resolution: Unresolved
-
Major
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"
}
- is related to
-
JENKINS-34150 Pipeline Batch hangs
- Closed