Merge "Populate query_plugins_info setting"

This commit is contained in:
Jenkins 2015-11-15 14:42:14 +00:00 committed by Gerrit Code Review
commit 3501262d49
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class jenkins::job_builder (
$git_url = 'https://git.openstack.org/openstack-infra/jenkins-job-builder',
$config_dir = '',
$jenkins_jobs_update_timeout = '600',
$query_plugins_info = True,
$extensions = [],
$manage_user = false,
) {

View File

@ -2,6 +2,7 @@
user=<%= @username %>
password=<%= @password %>
url=<%= @url %>
query_plugins_info=<%= @query_plugins_info %>
<% @extensions.each do |extension| -%>
["<%= extension['name'] %>"]