jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-33164] Pipeline bat stuck on Windows Server 2012

Open
#344 24 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

I have Jenkins slave nodes configured on Windows Server 2012 with a very simple pipeline script:

node('js-win') {

stage 'Checkout'
checkout scm
stage 'Build'
bat 'dir'
}

At the end of the script, from the Console output, it would just spin and hang after listing all the files.

---
Originally reported by mocsharp, imported from: Pipeline bat stuck on Windows Server 2012


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

Raw content of original issue

I have Jenkins slave nodes configured on Windows Server 2012 with a very simple pipeline script:


node('js-win') {

stage 'Checkout'
checkout scm
stage 'Build'
bat 'dir'
}

At the end of the script, from the Console output, it would just spin and hang after listing all the files.

  • environment: Windows Server 2012

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.