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:
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. "
|
||||
|
Loading…
x
Reference in New Issue
Block a user