jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-33904] Jenkinsfile batch steps randomly hang when complete

Open
#348 3 comments 0 reactions 0 assignees View on GitHub
component:durable-task-plugin imported-jira-issue priority:major resolution:unresolved
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


  • status: Open
  • priority: Major
  • component(s): durable-task-plugin
  • label(s): triaged-2018-11, windows
  • resolution: Unresolved
  • votes: 3
  • watchers: 5
  • imported: 2025-12-09

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.