Since you chose not to share the console log, I'm only speculating, but I think you need to consider the possibility it is the python command that fails. Maybe it does not really fail, but anyway exits with nonzero code to indicate a problem in the pep8 analysis?
-- Sami jonas <jo...@geiregat.org> kirjoitti 7.2.2013 kello 23.54: > 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. > > -- 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.