jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-33164] Pipeline bat stuck on Windows Server 2012
- 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
jglick
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
Assessment
This issue has not been assessed yet.