Hello,

I'm using Jenkins as my CI server for some python projects.

I run all my tests,coverage reports etc .. using the shell script buildstep.
One line of the script redirect some output: python -m pep8 *.py > 
reports/pep8.report

But for some reason this fails, in the console log, the line is outputed 
as: "python -m pep8 main.py tests.py".

I think it has something to do with the redirect, although the file 
reports/pep8.report is created and contains the expected data.

If I move the line up or down it fails again, exactly at that line.

Any advice is appreciated.

Jonas.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to