-
Bug
-
Resolution: Unresolved
-
Major
-
Windows Server 2012
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.
- duplicates
-
JENKINS-28759 Batch steps on slaves randomly hang when complete
- Open
- is related to
-
JENKINS-34150 Pipeline Batch hangs
- Closed
- relates to
-
JENKINS-59152 Jenkins fails to properly abort "bat" step
- Resolved