| Hi Team, I am new to Jenkins and would like to execute some batch scripts. Steps performed: 1) Create a python script with imported selenium libraries 2) Download and install Jenkins 3) Download chromedriver 4) Create a new item in Jenkins (Freestyle project with build action: execute windows batch command). Command: call "C:\Users\sheick.m.busgeet\Desktop\JenkinsPythonSelenium\SimpleScript.bat" When i launch the batch file outside Jenkins, everything works but when i launch through Jenkins, it does not work and a debug file is generated (see attached). Kindly help, Regards, Sheick |