Jenkins with pylint gives build failure
You can also simply put a
pylint || exit 0
in the shell cmdline. The Pylint plugin will fail the build anyway by checking the result of pyllint.
In Pylint 1.9.3, there is a --exit-zero
flag.
https://github.com/PyCQA/pylint/blob/1.9/ChangeLog#L47