Re: cannot run a python script from Jenkins

2017-04-18 Thread jerome
Not sure but it look like the scripts use IO redirection, which could not be standard output/error inside the Jenkins flow execution. Check if you can spawn a bash shell that run this python script on it's own and exit after. You may want to find a way to check the results into your bash comman

cannot run a python script from Jenkins

2017-04-17 Thread Sam K
Hello Looks like I'm having issues running a python script in Jenkins. I am running Jenkins version 2.47. I have tried both declarative pipelines as well as regular jenkins jobs and the issue is the same. I already tried importing from signal suggested in this stackoverflow