Details
-
Bug
-
Status: Open (View Workflow)
-
Blocker
-
Resolution: Unresolved
-
Jenkins 1.625.2 and 1.625.3
durable-taks 1.7
workflow plug ins 1.11
-
-
Pipeline - April 2018
Description
After updating durable-task from 1.6 to 1.7 workflow builds fail to execute bat steps:
[Workflow] bat
[workspace] Running batch script
'cmd' is not recognized as an internal or external command,
operable program or batch file.
After switching back to durable-task version 1.6 everything is working again as expected
Attachments
Issue Links
- is blocking
-
JENKINS-33456 durable-task 1.8 breaks workflow bat steps
-
- Resolved
-
-
JENKINS-27419 dos "exit" command not functioning correctly
-
- Resolved
-
- is related to
-
JENKINS-34150 Pipeline Batch hangs
-
- Closed
-
-
JENKINS-40338 Linux Master and Windows Slave ends up with unusable PATH
-
- Closed
-
- relates to
-
JENKINS-28718 withTool
-
- Open
-
In the global Jenkins settings I have set "Prepare jobs environment" -> "Unset System Environment Variables" and I can confirm that this is causing the issue on my master node (why slave nodes are not affected remains unclear to me, the nodes have not specific setting regarding to environment variables).
IMHO bat-steps should still work even if the "Unset System Environment Variables" option is set.