I have configured my robot project with Jenkins on the windows machine.Provided commands in execute windows batch commands = robot -d robot_result --variable profile:NR Tests\Suite\Module In the module folder, I have all the robot test cases. hence, provided the path of test cases. But when I trigger build in jenkins I get below error
[ ERROR ] Parsing 'Tests\Suite\Module\' failed: Data source does not exist.
While same test cases are working file in Eclipse and command line with above-mentioned command. I am using python interpreter to execute test cases in windows machine. Can someone please provide input?