-
Bug
-
Resolution: Duplicate
-
Blocker
-
Jenkins ver. 1.652 (war)
durable-taks 1.8
windows 7 64 bit
python 3.5 64 bit
Oracle JRE v8 update 73
After updating durable-task from 1.7 to 1.8 workflow builds execute bat steps and hang.
Example of workflow script:
node {
bat 'python TaskFor1C.py'
echo 'end'
}
In TaskFor1C.py start program (1cv8.exe) with parametr using metod subprocess.call(). Program start and working as expected but after close workflow hang and in log little spinning icon, but need 'end'.
After switching back to durable-task version 1.7 everything is working again as expected.
- depends on
-
JENKINS-32000 durable-task 1.7 breaks workflow bat steps
-
- Open
-
- is related to
-
JENKINS-34150 Pipeline Batch hangs
-
- Closed
-
[JENKINS-33456] durable-task 1.8 breaks workflow bat steps
Link | New: This issue depends on JENKINS-32000 [ JENKINS-32000 ] |
Given JENKINS-32000 I wonder if I should just have some global configuration pulldown for Windows users letting them select an arbitrary version of the code after trial and error.
What version of Windows do you run? Do you have a way of reproducing from scratch? Are you able to ascertain whether the control directory is created, and if so, whether the correct output is sent to it?