By mitchp
via java.dzone.com
Published: Jun 24 2012 / 19:39
So I was was trying to run pylint and nosetest running on a Jenkins instance; but these python commands tend to return a non zero status code if they see a non zero return code. This is a problem as it means that any further steps are ignored. The most obvious thing to try was this:
Add your comment