Fix: use False for default value of query_plugins_info

Based on current documentation:
    If no configuration files are found (either in the default paths or
    given through the command-line), jenkins-jobs will skip querying for
    plugin information

Change-Id: Ic83dfc89eb07013054a5582a8a44e787605db735
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
This commit is contained in:
Jonathan Rajotte 2017-12-13 17:55:32 -05:00
parent c4aab5c22d
commit 30d61a21e8

@ -46,7 +46,7 @@ allow_empty_variables=False
# if you have multiple jenkins servers.
[jenkins]
url=http://localhost:8080/
query_plugins_info=True
query_plugins_info=False
"""
CONFIG_REQUIRED_MESSAGE = ("A valid configuration file is required. "