Hi Guys I am a beginner in Jenkins,
I am facing issue with executing python file in the build section in a freestyle project. However it didn’t worked. Can anyone help answer? Thanks!
//
cd E:\projects\devopsdemo1
python E:\projects\devopsdemo1\demo.py
//
My Code