jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-33904] Jenkinsfile batch steps randomly hang when complete
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
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"
}
---
Originally reported by obearn, imported from: Jenkinsfile batch steps randomly hang when complete
Raw content of original issue
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"
}
Contributor guide
Assessment
This issue has not been assessed yet.