Issue
I am using robot framework for UI testing and i created one .bat file and i am passing that into Jenkins. When i build the project i am getting below error.
Windows image for batch job command
Solution
It appears you have Jenkins Master hosted on a Linux machine and you are running windows batch command on the master. If you want to run windows batch command on master, please add a windows slave machine and run your job on that machine. Hope this answers your question.
Answered By - Sriram
Answer Checked By - David Goodson (JavaFixing Volunteer)