-
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
-
We also encountered problems where bat steps dis not finish. It looked like the result.txt file that Jenkins is waiting for was never created although the batch scripts were done. The 2 .bat files and log file existed in the "...@tmp" folder.
Downgrading durable-tasks to 1.7 helped.
Running Jenkins 1.625.3 under Windows Server 2008 R2, pipeline plugins versions 1.14.