-
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
-
[JENKINS-33904] Jenkinsfile batch steps randomly hang when complete
Epic Link | New: JENKINS-35399 [ 171192 ] |
Component/s | New: durable-task-plugin [ 18622 ] | |
Component/s | Original: workflow-plugin [ 18820 ] | |
Labels | New: windows |
Workflow | Original: JNJira [ 169912 ] | New: JNJira + In-Review [ 183685 ] |
Link |
New:
This issue is related to |
Labels | Original: windows | New: triaged-2018-11 windows |
Probably a duplicate of one of the several issues in durable-task claiming some variant. Not yet known how to reproduce from scratch.