Includes a new pylint blacklist plugin to prevent regressions.
Unittests are sometimes run without network connectivity in build systems. Make that work correctly by mocking out _get_url_data with the expected return value.
* Test for _get_url_data in jenkins_plugin.py * PEP8 fix